--- trunk/OOPSE-2.0/src/config.h.in 2005/11/17 20:39:14 2451 +++ trunk/OOPSE-2.0/src/config.h.in 2005/12/15 14:47:17 2510 @@ -1,6 +1,6 @@ -#define OOPSE_VERSION_MAJOR 2 -#define OOPSE_VERSION_MINOR 0 -#define OOPSE_VERSION_TINY 0 +#define OOPSE_VERSION_MAJOR 3 +#define OOPSE_VERSION_MINOR 1 +#define OOPSE_VERSION_TINY 4 #define MK_STR(s) # s #define STR_DEFINE(t, s) t = MK_STR(s) @@ -119,6 +119,18 @@ /* Define to 1 if you have the `sranddev' function. */ #undef HAVE_SRANDDEV +/* Define to 1 if you have the `strcasecmp' function. */ +#undef HAVE_STRCASECMP + +/* Define to 1 if you have the `strncasecmp' function. */ +#undef HAVE_STRNCASECMP + +/* Define to 1 if you have the `stricmp' function. */ +#undef HAVE_STRICMP + +/* Define to 1 if you have the `strnicmp' function. */ +#undef HAVE_STRNICMP + /* Define to 1 if you have the header file. */ #undef HAVE_SSTREAM