]> git.saurik.com Git - wxWidgets.git/blobdiff - setup.h.in
Take wxBORDER_THEME, and the default border style, into account
[wxWidgets.git] / setup.h.in
index 8684cfd92d83f2a1a6c82c1bed0efd86adce44d5..2995a31037dfe55d541b7437c9eed05dac888922 100644 (file)
@@ -62,9 +62,6 @@
 /* Define this if your version of GTK+ is greater than 2.0 */
 #undef __WXGTK20__
 
-/* Define this if your version of GTK+ is greater than 2.4 */
-#undef __WXGTK24__
-
 /* Define this if your version of GTK+ is greater than 2.6 */
 #undef __WXGTK26__
 
 #define wxUSE_SVG 0
 
 
-#define wxUSE_ODBC          0
-
-#define wxODBC_FWD_ONLY_CURSORS         0
-
-#define wxODBC_BACKWARD_COMPATABILITY 0
-
-
 #define REMOVE_UNUSED_ARG   0
 
 #define wxUSE_IOSTREAMH     0
  * Use the Hildon framework
  */
 #define wxUSE_LIBHILDON 0
-/*
- * Use iODBC
- */
-#define wxUSE_BUILTIN_IODBC 0
 /*
  * Have glibc2
  */
 /* Define if fdopen is available.  */
 #undef HAVE_FDOPEN
 
+/* Define if sysconf is available. */
+#undef HAVE_SYSCONF
+
+/* Define if getpwuid_r is available. */
+#undef HAVE_GETPWUID_R
+
+/* Define if getgrgid_r is available. */
+#undef HAVE_GETGRGID_R
+
 /* -------------------------------------------------------------------------
    Win32 adjustments section
    ------------------------------------------------------------------------- */