]> git.saurik.com Git - wxWidgets.git/blobdiff - setup.h_vms
Fix a very annoying autorelease pool memory leak.
[wxWidgets.git] / setup.h_vms
index dbf8f2dd74f41a543f2c3f43b6b5f707d99324cc..182b018306fb0baf7f306bb6b494ead33e9ad04b 100644 (file)
@@ -414,6 +414,8 @@ typedef pid_t GPid;
 #define wxUSE_POPUPWIN 1
 #endif
 
+#define wxUSE_PREFERENCES_EDITOR 1
+
 #define wxUSE_TIPWINDOW    1
 
 #define wxUSE_STC 1
@@ -860,17 +862,13 @@ typedef pid_t GPid;
  */
 #define wxUSE_LIBSDL 0
 /*
- * Use GTK print for printing under GTK+ 2.0
+ * Use GTK print for printing under GTK+ 2.10+
  */
 #ifdef VMS_GTK2
 #define wxUSE_GTKPRINT 1
 #else
 #define wxUSE_GTKPRINT 0
 #endif
-/*
- * Use GNOME print for printing under GTK+ 2.0
- */
-#define wxUSE_LIBGNOMEPRINT 0
 /*
  * Use GNOME VFS for MIME types
  */
@@ -1317,12 +1315,6 @@ typedef pid_t GPid;
 /* Define this if you have fputws() */
 #define HAVE_FPUTWS 1
 
-/* Define this if you have strcasecmp() function in <string.h> */
-#define HAVE_STRCASECMP_IN_STRING_H 1
-
-/* 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 */
 #define HAVE_WPRINTF 1