]> git.saurik.com Git - wxWidgets.git/blobdiff - setup.h.in
cleanup
[wxWidgets.git] / setup.h.in
index baf634693e4792e08051f4cab037138bbc21be4d..0d20029b85b41896b33ce32bced5e7ba2043879e 100644 (file)
     #define wxUSE_ON_FATAL_EXCEPTION 0
 #endif
 
+#define wxUSE_STACKWALKER 0
+
 
 #ifndef wxUSE_UNICODE
     #define wxUSE_UNICODE 0
 
 #define wxUSE_FS_INET       0
 
+#define wxUSE_ARCHIVE_STREAMS     0
+
 #define wxUSE_ZIPSTREAM     0
 
 #define wxUSE_ZLIB          0
 
 #define wxUSE_DIRECTSHOW    0
 
+#define wxUSE_GSTREAMER    0
+
 #define wxUSE_XRC       0
 
 #if wxUSE_XRC
 
 #define wxUSE_STATUSBAR    0
 
-#if defined(__WXMSW__) || defined(__WXMAC__)
 #define wxUSE_NATIVE_STATUSBAR        0
-#else
-#define wxUSE_NATIVE_STATUSBAR        0
-#endif
 
 #define wxUSE_TOOLBAR 0
 #define wxUSE_TOOLBAR_NATIVE 0
 /* Define if you have pw_gecos field in struct passwd */
 #undef HAVE_PW_GECOS
 
+/* Define if you have __cxa_demangle() in <cxxabi.h> */
+#undef HAVE_CXA_DEMANGLE
+
 /* Define if you have dlopen() */
 #undef HAVE_DLOPEN