]> git.saurik.com Git - wxWidgets.git/blobdiff - setup.h.in
Fixed separator handling for menus.
[wxWidgets.git] / setup.h.in
index a2e57b1fbd35542bdd84f13387107e75f1e19750..fb78a521b121e30de4bc8e86bc3418f14e0011fc 100644 (file)
 /* Define if you have the <sched.h> header file.  */
 #undef HAVE_SCHED_H
 
-/* Define if you have the <strings.h> header file.  */
-#undef HAVE_STRINGS_H
-
 /* Define if you have the <unistd.h> header file.  */
 #undef HAVE_UNISTD_H
 
 /* Define this if you have fputws() and putwc() */
 #undef HAVE_FPUTWC
 
+/* Define this if you have strcasecmp() function in <string.h> */
+#undef HAVE_STRCASECMP_IN_STRING_H
+
+/* Define this if you have strcasecmp() function in <strings.h> */
+#undef HAVE_STRCASECMP_IN_STRINGS_H
+
 /* Define this if you have wprintf() and related functions */
 #undef HAVE_WPRINTF