]> git.saurik.com Git - wxWidgets.git/blobdiff - setup.h_vms
*really* fixed problem with window menu translation
[wxWidgets.git] / setup.h_vms
index edb52674a58d9b3626fcbd8ef182147534c85b8a..58af06c42d932204ef21be1493c8d3f8afba58ae 100644 (file)
  */
 #define wxUSE_LONGLONG 1
 
+/*
+ * Use geometry classes
+ */
+#define wxUSE_GEOMETRY 1
+
 /*
  * Use wxFile class
  */
 /*
  * Use dnd
  */
-#ifndef __WXGTK__
+#ifdef __WXGTK__
 #define wxUSE_DRAG_AND_DROP 1
 #else
 #define wxUSE_DRAG_AND_DROP 0
 /* Define if you have sigemptyset() */
 #define HAVE_SIGEMPTYSET 1
 
+/* Define if you have the putenv function.  */
+#define HAVE_PUTENV 1
+
+/* Define if you have the setenv function.  */
+#undef HAVE_SETENV
 /* Define if you have shl_load() */
 #undef HAVE_SHL_LOAD