#define wxUSE_AUI 0
+#define wxUSE_STC 0
+
#ifndef wxUSE_GRAPHICS_CONTEXT
#define wxUSE_GRAPHICS_CONTEXT 0
#define wxUSE_UNICODE_MSLU 0
+#define wxUSE_UNICODE_UTF8 0
+
+#define wxUSE_UTF8_LOCALE_ONLY 0
+
#define wxUSE_DC_CACHEING 0
#define wxUSE_GADGETS 0
*/
#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 vsscanf function */
#undef HAVE_VSSCANF
-/* The number of bytes in a char. */
-#undef SIZEOF_CHAR
-
/* The number of bytes in a wchar_t. */
#undef SIZEOF_WCHAR_T
/* 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