X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b2ddee86fe73c5ae8edc59871fea9f40e84cbc2d..d86939c4c948c98d9f840e728c8c1ae2a99e1e4f:/setup.h_vms diff --git a/setup.h_vms b/setup.h_vms index 9b4a173c66..d09add5c37 100644 --- a/setup.h_vms +++ b/setup.h_vms @@ -94,6 +94,7 @@ #undef __NETBSD__ #undef __BSD__ #undef __FREEBSD__ +#undef __OPENBSD__ #define __VMS__ #undef __ULTRIX__ #undef __DATA_GENERAL__ @@ -914,6 +915,9 @@ /* 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 @@ -1130,6 +1134,9 @@ /* 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