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
/* Define this if your version of GTK+ is greater than 1.3 */
#undef __WXGTK20__
+#endif
/*
* Define to 1 for Unix[-like] system
#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