]> git.saurik.com Git - wxWidgets.git/blobdiff - setup.h_vms
fixed (?) setup.h regeneration
[wxWidgets.git] / setup.h_vms
index edb52674a58d9b3626fcbd8ef182147534c85b8a..e98846968753d399c17fb7dda76108884c7c72ae 100644 (file)
  * Use this control
  */
 #define wxUSE_STATUSBAR 1
+/*
+ * Use this control
+ */
+#define wxUSE_TOGGLEBTN 1
 /*
  * Use Tab dialog class - obsolete, use wxNotebook instead
  */
  */
 #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