]> git.saurik.com Git - wxWidgets.git/blobdiff - setup.h_vms
updated source to not use deprecated wxList methods
[wxWidgets.git] / setup.h_vms
index f5d1c8724fc9d666d66c4b813286a8b21e2f4a22..fe9ca28073d1880d52b2cc91effacc8f6d43a5f4 100644 (file)
@@ -63,6 +63,7 @@
    byte first (like Motorola and SPARC, unlike Intel and VAX).  */
 #undef WORDS_BIGENDIAN
 
+#ifdef __WXGTK__
 /* Define this if your version of GTK+ is greater than 1.2 */
 #define __WXGTK12__ 1
 
@@ -71,6 +72,7 @@
 
 /* Define this if your version of GTK+ is greater than 1.3 */
 #undef __WXGTK20__
+#endif
 
 /*
  * Define to 1 for Unix[-like] system
@@ -94,6 +96,7 @@
 #undef __NETBSD__
 #undef __BSD__
 #undef __FREEBSD__
+#undef __OPENBSD__
 #define __VMS__
 #undef __ULTRIX__
 #undef __DATA_GENERAL__
 /*
  * Compile wxString with some Unicode (wide character) support?
  */
-#define wxUSE_WCHAR_T 0
+#define wxUSE_WCHAR_T 1
 
 /*
  * Compile wxWindows in Unicode mode (Win32 only for now)?
 /* struct tm doesn't always have the tm_gmtoff field, define this if it does */
 #define WX_GMTOFF_IN_TM
 
+/* Define if you have poll(2) function */
+#define HAVE_POLL 1
+
 /* Define if you have pw_gecos field in struct passwd */
 #undef HAVE_PW_GECOS