]> git.saurik.com Git - wxWidgets.git/blobdiff - setup.h.in
at the moment built in 'old' textcontrol has better overall appearance, added fix...
[wxWidgets.git] / setup.h.in
index a2e57b1fbd35542bdd84f13387107e75f1e19750..ff18044b33403dd78af16c1925a98b28b3424c7b 100644 (file)
@@ -61,6 +61,9 @@
 /* Define this if your version of GTK+ is greater than 1.3 */
 #undef __WXGTK20__
 
+/* Define this if you want to use GPE features */
+#undef __WXGPE__
+
 /* Define this if your version of Motif is greater than 2.0 */
 #undef __WXMOTIF20__
 
  * Use regex support
  */
 #define wxUSE_REGEX 0
+/*
+ * The built-in regex supports advanced REs in additional to POSIX's basic
+ * and extended. Your system regex probably won't support this, and in this
+ * case WX_NO_REGEX_ADVANCED should be defined.
+ */
+#undef WX_NO_REGEX_ADVANCED
 /*
  * Use XML support
  */
  */
 #define wxUSE_UXTHEME_AUTO 1
 
+/*
+ *  Set to 1 to use mousewheel events on Windows
+ */
+#define wxUSE_MOUSEWHEEL 1
+
 /*
  * Use wxURL class
  */
  */
 #define wxUSE_ZIPSTREAM 0
 
-/*
- * Use gzip streams, requires wxUSE_ZLIB
- */
-#define wxUSE_GZSTREAM 0
-
 /*
  * wxPalette class
  */
 /* 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