X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/934960d133573e7ddbb5be4ea3804dd16a486291..b7dbd50c8989a64a90a8b6079d52b006b4a003c1:/setup.h_vms diff --git a/setup.h_vms b/setup.h_vms index 0306784830..7ae26caae8 100644 --- a/setup.h_vms +++ b/setup.h_vms @@ -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 ---------------------------------------------------------------------