| 7 |
dnl empty. |
dnl empty. |
| 8 |
|
|
| 9 |
m4_define(pcre_major, [7]) |
m4_define(pcre_major, [7]) |
| 10 |
m4_define(pcre_minor, [2]) |
m4_define(pcre_minor, [3]) |
| 11 |
m4_define(pcre_prerelease, []) |
m4_define(pcre_prerelease, [-RC3]) |
| 12 |
m4_define(pcre_date, [2007-06-19]) |
m4_define(pcre_date, [2007-08-02]) |
| 13 |
|
|
| 14 |
# Libtool shared library interface versions (current:revision:age) |
# Libtool shared library interface versions (current:revision:age) |
| 15 |
m4_define(libpcre_version, [0:1:0]) |
m4_define(libpcre_version, [0:1:0]) |
| 139 |
# Handle --enable-ebcdic |
# Handle --enable-ebcdic |
| 140 |
AC_ARG_ENABLE(ebcdic, |
AC_ARG_ENABLE(ebcdic, |
| 141 |
AS_HELP_STRING([--enable-ebcdic], |
AS_HELP_STRING([--enable-ebcdic], |
| 142 |
[assume EBCDIC coding rather than ASCII (implies --enable-rebuild-chartables)]), |
[assume EBCDIC coding rather than ASCII; use this only in (uncommon) EBCDIC environments; it implies --enable-rebuild-chartables]), |
| 143 |
, enable_ebcdic=no) |
, enable_ebcdic=no) |
| 144 |
|
|
| 145 |
# Handle --disable-stack-for-recursion |
# Handle --disable-stack-for-recursion |
| 376 |
change it. Care must be taken if it is increased, because it guards |
change it. Care must be taken if it is increased, because it guards |
| 377 |
against integer overflow caused by enormously large patterns.]) |
against integer overflow caused by enormously large patterns.]) |
| 378 |
|
|
|
AC_DEFINE([MAX_DUPLENGTH], [30000], [ |
|
|
This limit is parameterized just in case anybody ever wants to |
|
|
change it. Care must be taken if it is increased, because it guards |
|
|
against integer overflow caused by enormously large patterns.]) |
|
|
|
|
| 379 |
AH_VERBATIM([PCRE_EXP_DEFN], [ |
AH_VERBATIM([PCRE_EXP_DEFN], [ |
| 380 |
/* If you are compiling for a system other than a Unix-like system or |
/* If you are compiling for a system other than a Unix-like system or |
| 381 |
Win32, and it needs some magic to be inserted before the definition |
Win32, and it needs some magic to be inserted before the definition |