9 |
m4_define(pcre_major, [7]) |
m4_define(pcre_major, [7]) |
10 |
m4_define(pcre_minor, [1]) |
m4_define(pcre_minor, [1]) |
11 |
m4_define(pcre_prerelease, [-RC4]) |
m4_define(pcre_prerelease, [-RC4]) |
12 |
m4_define(pcre_date, [2007-03-29]) |
m4_define(pcre_date, [2007-04-04]) |
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]) |
338 |
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 |
339 |
against integer overflow caused by enormously large patterns.]) |
against integer overflow caused by enormously large patterns.]) |
340 |
|
|
341 |
AH_VERBATIM([PCRE_DATA_SCOPE], [ |
AH_VERBATIM([PCRE_EXP_DEFN], [ |
342 |
/* 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 |
343 |
Win32, and it needs some magic to be inserted before the definition |
Win32, and it needs some magic to be inserted before the definition |
344 |
of a function that is exported by the library, define this macro to |
of a function that is exported by the library, define this macro to |
348 |
every exported function that is part of the external API. It does |
every exported function that is part of the external API. It does |
349 |
not appear on functions that are "external" in the C sense, but |
not appear on functions that are "external" in the C sense, but |
350 |
which are internal to the library. */ |
which are internal to the library. */ |
351 |
#undef PCRE_DATA_SCOPE]) |
#undef PCRE_EXP_DEFN]) |
352 |
|
|
353 |
if test "$enable_ebcdic" = "yes"; then |
if test "$enable_ebcdic" = "yes"; then |
354 |
AC_DEFINE_UNQUOTED([EBCDIC], [], [ |
AC_DEFINE_UNQUOTED([EBCDIC], [], [ |