Loading lib/config-win32.h +9 −3 Original line number Diff line number Diff line Loading @@ -188,15 +188,21 @@ /* Define if you have the strcasecmp function. */ /* #define HAVE_STRCASECMP 1 */ /* Define if you have the stricmp function. */ #define HAVE_STRICMP 1 /* Define if you have the strdup function. */ #define HAVE_STRDUP 1 /* Define if you have the strftime function. */ #define HAVE_STRFTIME 1 /* Define if you have the stricmp function. */ #define HAVE_STRICMP 1 /* Define if you have the strncasecmp function. */ /* #define HAVE_STRNCASECMP 1 */ /* Define if you have the strnicmp function. */ #define HAVE_STRNICMP 1 /* Define if you have the strstr function. */ #define HAVE_STRSTR 1 Loading lib/config-win32ce.h +9 −3 Original line number Diff line number Diff line Loading @@ -172,15 +172,21 @@ /* Define if you have the strcasecmp function. */ /* #define HAVE_STRCASECMP 1 */ /* Define if you have the stricmp function. */ /* #define HAVE_STRICMP 1 */ /* Define if you have the strdup function. */ /* #define HAVE_STRDUP 1 */ /* Define if you have the strftime function. */ /* #define HAVE_STRFTIME 1 */ /* Define if you have the stricmp function. */ /* #define HAVE_STRICMP 1 */ /* Define if you have the strncasecmp function. */ /* #define HAVE_STRNCASECMP 1 */ /* Define if you have the strnicmp function. */ /* #define HAVE_STRNICMP 1 */ /* Define if you have the strstr function. */ #define HAVE_STRSTR 1 Loading src/config-win32.h +9 −0 Original line number Diff line number Diff line Loading @@ -81,12 +81,21 @@ /* Define if you have the setlocale function. */ #define HAVE_SETLOCALE 1 /* Define if you have the strcasecmp function. */ /* #define HAVE_STRCASECMP 1 */ /* Define if you have the strdup function. */ #define HAVE_STRDUP 1 /* Define if you have the stricmp function. */ #define HAVE_STRICMP 1 /* Define if you have the strncasecmp function. */ /* #define HAVE_STRNCASECMP 1 */ /* Define if you have the strnicmp function. */ #define HAVE_STRNICMP 1 /* Define if you have the utime function */ #ifndef __BORLANDC__ #define HAVE_UTIME 1 Loading Loading
lib/config-win32.h +9 −3 Original line number Diff line number Diff line Loading @@ -188,15 +188,21 @@ /* Define if you have the strcasecmp function. */ /* #define HAVE_STRCASECMP 1 */ /* Define if you have the stricmp function. */ #define HAVE_STRICMP 1 /* Define if you have the strdup function. */ #define HAVE_STRDUP 1 /* Define if you have the strftime function. */ #define HAVE_STRFTIME 1 /* Define if you have the stricmp function. */ #define HAVE_STRICMP 1 /* Define if you have the strncasecmp function. */ /* #define HAVE_STRNCASECMP 1 */ /* Define if you have the strnicmp function. */ #define HAVE_STRNICMP 1 /* Define if you have the strstr function. */ #define HAVE_STRSTR 1 Loading
lib/config-win32ce.h +9 −3 Original line number Diff line number Diff line Loading @@ -172,15 +172,21 @@ /* Define if you have the strcasecmp function. */ /* #define HAVE_STRCASECMP 1 */ /* Define if you have the stricmp function. */ /* #define HAVE_STRICMP 1 */ /* Define if you have the strdup function. */ /* #define HAVE_STRDUP 1 */ /* Define if you have the strftime function. */ /* #define HAVE_STRFTIME 1 */ /* Define if you have the stricmp function. */ /* #define HAVE_STRICMP 1 */ /* Define if you have the strncasecmp function. */ /* #define HAVE_STRNCASECMP 1 */ /* Define if you have the strnicmp function. */ /* #define HAVE_STRNICMP 1 */ /* Define if you have the strstr function. */ #define HAVE_STRSTR 1 Loading
src/config-win32.h +9 −0 Original line number Diff line number Diff line Loading @@ -81,12 +81,21 @@ /* Define if you have the setlocale function. */ #define HAVE_SETLOCALE 1 /* Define if you have the strcasecmp function. */ /* #define HAVE_STRCASECMP 1 */ /* Define if you have the strdup function. */ #define HAVE_STRDUP 1 /* Define if you have the stricmp function. */ #define HAVE_STRICMP 1 /* Define if you have the strncasecmp function. */ /* #define HAVE_STRNCASECMP 1 */ /* Define if you have the strnicmp function. */ #define HAVE_STRNICMP 1 /* Define if you have the utime function */ #ifndef __BORLANDC__ #define HAVE_UTIME 1 Loading