X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b2ddee86fe73c5ae8edc59871fea9f40e84cbc2d..ec341c7e1fc448c79edfd5f848d5e5adc598dd42:/setup.h_vms diff --git a/setup.h_vms b/setup.h_vms index 9b4a173c66..fe9ca28073 100644 --- a/setup.h_vms +++ b/setup.h_vms @@ -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__ @@ -641,7 +644,7 @@ /* * 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)? @@ -914,6 +917,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 +1136,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