X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1507adbb8c8726a980fdb1f31abba4b924de8d08..038305d00824a4950e8dde0cb8a29e8344c42c88:/setup.h_vms diff --git a/setup.h_vms b/setup.h_vms index f5d1c8724f..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