]> git.saurik.com Git - wxWidgets.git/blobdiff - setup.h_vms
forward port from 2.8
[wxWidgets.git] / setup.h_vms
index 030678483035384505fa1f7e835b0874ce013f4b..7ae26caae899eb6d798f2e3171bfe5598a08c016 100644 (file)
@@ -532,13 +532,6 @@ typedef pid_t GPid;
 
 #define wxUSE_SVG 1
 
-#define wxUSE_ODBC          1
-
-#define wxODBC_FWD_ONLY_CURSORS         1
-
-#define wxODBC_BACKWARD_COMPATABILITY 0
-
-
 #define REMOVE_UNUSED_ARG   1
 
 #define wxUSE_IOSTREAMH     1
@@ -760,10 +753,6 @@ typedef pid_t GPid;
  * Use the Hildon framework
  */
 #define wxUSE_LIBHILDON 0
-/*
- * Use iODBC
- */
-#define wxUSE_BUILTIN_IODBC 0
 /*
  * Have glibc2
  */
@@ -1200,6 +1189,15 @@ typedef pid_t GPid;
 /* Define if fdopen is available.  */
 #define HAVE_FDOPEN 1
 
+/* Define if sysconf is available. */
+#define HAVE_SYSCONF 1
+
+/* Define if getpwuid_r is available. */
+#undef HAVE_GETPWUID_R
+
+/* Define if getgrgid_r is available. */
+#undef HAVE_GETGRGID_R
+
 /* ---------------------------------------------------------------------
    Win32 adjustments section
    ---------------------------------------------------------------------