]> git.saurik.com Git - wxWidgets.git/blobdiff - setup.h_vms
removed trailing semicolons at the end of HASH_MAP macros
[wxWidgets.git] / setup.h_vms
index 9b4a173c663ea69b94b5e9c128cfa20273116b7e..d09add5c37d64444e6001079276caafbbfac038b 100644 (file)
@@ -94,6 +94,7 @@
 #undef __NETBSD__
 #undef __BSD__
 #undef __FREEBSD__
+#undef __OPENBSD__
 #define __VMS__
 #undef __ULTRIX__
 #undef __DATA_GENERAL__
 /* 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
 
 /* Define this if you have vswprintf() and related functions */
 #define HAVE_VSWPRINTF 1
 
+/* Define this if you have _vsnwprintf */
+#undef HAVE__VSNWPRINTF
+
 /* Define this if you are using gtk and gdk contains support for X11R6 XIM */
 #undef HAVE_XIM