]> git.saurik.com Git - wxWidgets.git/blobdiff - setup.h_vms
fix for GTK+ version check caching (now it actually works)
[wxWidgets.git] / setup.h_vms
index 932b69fee92fa78da4ed1d9ab65bac35becc88ce..cabcf6885dbfe2a9e51626db93048b0ef62185c0 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
  */
  */
 #define wxUSE_ZIPSTREAM 1
 
+/*
+ * wxImage support
+ */
+#define wxUSE_IMAGE 1
+
 /*
  * GIF image format support
  */
  */
 #define wxUSE_PNM 1
  
+/*
+ * XPM image format support
+ */
+#define wxUSE_XPM 1
+
 /*
  * Disable this if your compiler can't cope
  * with omission of prototype parameters.
  * present */
 #define WX_GMTOFF_IN_TM
 
+/* iconv()'s 2nd argument is char ** and not const char ** */
+#define WX_ICONV_TAKES_CHAR 1
+
 /* Define if you have pw_gecos field in struct passwd */
 #undef HAVE_PW_GECOS
 
 /* 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