From e300d94668049afb492a40f9f4b5c73cbb586738 Mon Sep 17 00:00:00 2001 From: Scott Cantor Date: Sat, 28 Jun 2003 04:40:59 +0000 Subject: [PATCH] Added strtok define. --- config_win32.h | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/config_win32.h b/config_win32.h index 814d826..20962c5 100644 --- a/config_win32.h +++ b/config_win32.h @@ -64,6 +64,9 @@ /* Define to 1 if you have the `strstr' function. */ #define HAVE_STRSTR 1 +/* Define to 1 if you have the `strtok_r' function. */ +/* #undef HAVE_STRTOK_R */ + /* Define to 1 if you have the header file. */ #define HAVE_SYS_STAT_H 1 @@ -83,13 +86,13 @@ #define PACKAGE_NAME "shibboleth" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "shibboleth 1.0" +#define PACKAGE_STRING "shibboleth 1.0.1" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "shibboleth" /* Define to the version of this package. */ -#define PACKAGE_VERSION "1.0" +#define PACKAGE_VERSION "1.0.1" /* Define to the necessary symbol if this constant uses a non-standard name on your system. */ @@ -102,7 +105,7 @@ /* #undef TM_IN_SYS_TIME */ /* Version number of package */ -#define VERSION "1.0" +#define VERSION "1.0.1" /* Define to empty if `const' does not conform to ANSI C. */ /* #undef const */ -- 2.1.4