diff options
author | Stef Walter <stef@thewalter.net> | 2004-08-23 22:50:10 +0000 |
---|---|---|
committer | Stef Walter <stef@thewalter.net> | 2004-08-23 22:50:10 +0000 |
commit | 82d27b14e9e3ac81e7fd37092806ef6ad685683b (patch) | |
tree | 0d6402dca7099f16865f19577786e8a8a581bdb8 /config.win32.h | |
parent | ff26b4137c6dc3d622336e725bd6f5630b301027 (diff) |
Fixes for windows
Diffstat (limited to 'config.win32.h')
-rw-r--r-- | config.win32.h | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/config.win32.h b/config.win32.h index 13a057a..011f67b 100644 --- a/config.win32.h +++ b/config.win32.h @@ -188,13 +188,13 @@ #define PACKAGE_NAME "rep" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "rep 2.1.2b" +#define PACKAGE_STRING "rep 2.3.2e" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "rep" /* Define to the version of this package. */ -#define PACKAGE_VERSION "2.1.2b" +#define PACKAGE_VERSION "2.3.2e" /* If using the C implementation of alloca, define if you know the direction of stack growth for your system; otherwise it will be @@ -208,7 +208,10 @@ #define STDC_HEADERS 1 /* Version number of package */ -#define VERSION "2.1.1b" +#define VERSION "2.3.2e" + +/* PCRE header path */ +#define PCRE_H "pcre/pcre.h" /* Define to empty if `const' does not conform to ANSI C. */ /* #undef const */ |