From: Scott Cantor Date: Sat, 28 Jun 2003 04:40:59 +0000 (+0000) Subject: Added strtok define. X-Git-Tag: 1.2.1~625 X-Git-Url: http://www.project-moonshot.org/gitweb/?p=shibboleth%2Fcpp-sp.git;a=commitdiff_plain;h=e300d94668049afb492a40f9f4b5c73cbb586738 Added strtok define. --- 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 */