]> git.saurik.com Git - wxWidgets.git/blobdiff - setup.h.in
fixed defining FOOCXX symbols (was broken because AC_LANG_POP was done too soon and...
[wxWidgets.git] / setup.h.in
index 1e990974c10373a087a521b20a758ca2c8db9282..92f9264fa1bcdc92a6ef5c1645ed405e210964cf 100644 (file)
 
 #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 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