| 1 |
< |
#define OOPSE_VERSION_MAJOR 2 |
| 2 |
< |
#define OOPSE_VERSION_MINOR 0 |
| 3 |
< |
#define OOPSE_VERSION_TINY 0 |
| 1 |
> |
#define OOPSE_VERSION_MAJOR 3 |
| 2 |
> |
#define OOPSE_VERSION_MINOR 1 |
| 3 |
> |
#define OOPSE_VERSION_TINY 4 |
| 4 |
|
|
| 5 |
|
#define MK_STR(s) # s |
| 6 |
|
#define STR_DEFINE(t, s) t = MK_STR(s) |
| 119 |
|
/* Define to 1 if you have the `sranddev' function. */ |
| 120 |
|
#undef HAVE_SRANDDEV |
| 121 |
|
|
| 122 |
+ |
/* Define to 1 if you have the `strcasecmp' function. */ |
| 123 |
+ |
#undef HAVE_STRCASECMP |
| 124 |
+ |
|
| 125 |
+ |
/* Define to 1 if you have the `strncasecmp' function. */ |
| 126 |
+ |
#undef HAVE_STRNCASECMP |
| 127 |
+ |
|
| 128 |
+ |
/* Define to 1 if you have the `stricmp' function. */ |
| 129 |
+ |
#undef HAVE_STRICMP |
| 130 |
+ |
|
| 131 |
+ |
/* Define to 1 if you have the `strnicmp' function. */ |
| 132 |
+ |
#undef HAVE_STRNICMP |
| 133 |
+ |
|
| 134 |
|
/* Define to 1 if you have the <sstream> header file. */ |
| 135 |
|
#undef HAVE_SSTREAM |
| 136 |
|
|