diff options
Diffstat (limited to 'ext/pcre/pcrelib/config.h')
-rw-r--r-- | ext/pcre/pcrelib/config.h | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/ext/pcre/pcrelib/config.h b/ext/pcre/pcrelib/config.h index a72c12ddd7..34d16a468f 100644 --- a/ext/pcre/pcrelib/config.h +++ b/ext/pcre/pcrelib/config.h @@ -148,12 +148,12 @@ them both to 0; an emulation function will be used. */ /* #undef HAVE_STRTOIMAX */ /* Define to 1 if you have `strtoll'. */ -#ifndef HAVE_STRTOLL -#define HAVE_STRTOLL 1 -#endif +/* #undef HAVE_STRTOLL */ /* Define to 1 if you have `strtoq'. */ -/* #undef HAVE_STRTOQ */ +#ifndef HAVE_STRTOQ +#define HAVE_STRTOQ 1 +#endif /* Define to 1 if you have the <sys/stat.h> header file. */ #ifndef HAVE_SYS_STAT_H @@ -271,13 +271,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 8.01" +#define PACKAGE_STRING "PCRE 8.02" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "pcre" /* Define to the version of this package. */ -#define PACKAGE_VERSION "8.01" +#define PACKAGE_VERSION "8.02" /* If you are compiling for a system other than a Unix-like system or @@ -333,7 +333,7 @@ them both to 0; an emulation function will be used. */ /* Version number of package */ #ifndef VERSION -#define VERSION "8.01" +#define VERSION "8.02" #endif /* Define to empty if `const' does not conform to ANSI C. */ |