#define wxUSE_LONGLONG 0
+#define wxUSE_BASE64 0
+
+#define wxUSE_CONSOLE_EVENTLOOP 0
+
#define wxUSE_FILE 0
#define wxUSE_FFILE 0
#define wxUSE_JOYSTICK 0
+#define wxUSE_FONTENUM 0
+
#define wxUSE_FONTMAP 0
#define wxUSE_MIMETYPE 0
#define wxUSE_DATAVIEWCTRL 0
#define wxUSE_DATEPICKCTRL 0
#define wxUSE_DIRPICKERCTRL 0
+#define wxUSE_EDITABLELISTBOX 0
#define wxUSE_FILEPICKERCTRL 0
#define wxUSE_FONTPICKERCTRL 0
#define wxUSE_GAUGE 0
#define wxUSE_TAB_DIALOG 0
+#define wxUSE_TASKBARICON 0
+
#define wxUSE_GRID 0
#define wxUSE_MINIFRAME 0
#define wxUSE_AFM_FOR_POSTSCRIPT 0
+#define wxUSE_SVG 0
+
#define wxUSE_ODBC 0
/* --- end common options --- */
+/*
+ * Unix-specific options
+ */
+#define wxUSE_SELECT_DISPATCHER 0
+#define wxUSE_EPOLL_DISPATCHER 0
+
/* for some features we don't have dedicated configure switches, so just choose
* the common values automatically */
#if (defined(__WIN32__) && !defined(__WXUNIVERSAL__)) || defined(__WXPM__)
#define wxUSE_UNICODE_UTF8 0
+#define wxUSE_UTF8_LOCALE_ONLY 0
+
+/* wxMSW-only options */
#define wxUSE_DC_CACHEING 0
+#define wxUSE_CRASHREPORT 0
#define wxUSE_GADGETS 0
*/
#undef HAVE_GNU_CXX_HASH_MAP
+/*
+ * Define if the compiler supports simple visibility declarations.
+ */
+#undef HAVE_VISIBILITY
+
/*
* The built-in regex supports advanced REs in additional to POSIX's basic
* and extended. Your system regex probably won't support this, and in this
/*
* Set to 1 to compile MS Windows XP theme engine support
*/
-#define wxUSE_UXTHEME 1
+#define wxUSE_UXTHEME 0
/*
* Set to 1 to auto-adapt to MS Windows XP themes where possible
*/
#define wxUSE_WEBKIT 0
+/*
+ * Objective-C class name uniquifying
+ */
+#define wxUSE_OBJC_UNIQUIFYING 0
+
/*
* The const keyword is being introduced more in wxWindows.
* You can use this setting to maintain backward compatibility.
/* Define if you have wcslen function */
#undef HAVE_WCSLEN
+/* Define if you have wcsdup function */
+#undef HAVE_WCSDUP
+
/* Define if you have wcstoull() and wcstoll() */
#undef HAVE_WCSTOULL
/* Define if size_t on your machine is the same type as unsigned long. */
#undef wxSIZE_T_IS_ULONG
+/* Define if wchar_t is distinct type in your compiler. */
+#undef wxWCHAR_T_IS_REAL_TYPE
+
/* Define if you have the dlopen function. */
#undef HAVE_DLOPEN
/* Define if you have the <sys/select.h> header file. */
#undef HAVE_SYS_SELECT_H
+/* Define if you have the <sys/epoll.h> header file. */
+#undef HAVE_SYS_EPOLL_H
+
/* Define if fdopen is available. */
#undef HAVE_FDOPEN