diff options
Diffstat (limited to 'ext/pcre/pcrelib/config.h')
-rw-r--r-- | ext/pcre/pcrelib/config.h | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/ext/pcre/pcrelib/config.h b/ext/pcre/pcrelib/config.h index 0b753d686a..2b1afc27b4 100644 --- a/ext/pcre/pcrelib/config.h +++ b/ext/pcre/pcrelib/config.h @@ -132,9 +132,7 @@ them both to 0; an emulation function will be used. */ #endif /* Define to 1 if you have the `strtoll' function. */ -#ifndef HAVE_STRTOLL -#define HAVE_STRTOLL 1 -#endif +/* #undef HAVE_STRTOLL */ /* Define to 1 if you have the `strtoq' function. */ #ifndef HAVE_STRTOQ @@ -251,13 +249,13 @@ them both to 0; an emulation function will be used. */ #define PACKAGE_NAME "PCRE" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "PCRE 7.6" +#define PACKAGE_STRING "PCRE 7.7" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "pcre" /* Define to the version of this package. */ -#define PACKAGE_VERSION "7.6" +#define PACKAGE_VERSION "7.7" /* If you are compiling for a system other than a Unix-like system or @@ -310,7 +308,7 @@ them both to 0; an emulation function will be used. */ /* Version number of package */ #ifndef VERSION -#define VERSION "7.6" +#define VERSION "7.7" #endif /* Define to empty if `const' does not conform to ANSI C. */ |