]> git.saurik.com Git - wxWidgets.git/blobdiff - setup.h.in
use C compiler for tests again, it's useless to use the C++ one for AC_CHECK_FUNCS...
[wxWidgets.git] / setup.h.in
index 8081e1b03b4892f9d2772929f5c452e611bc67f8..78bc597c6bd7120b361c7b099b0e663a01e41f67 100644 (file)
 
 #define wxUSE_STD_IOSTREAM  0
 
-#define wxUSE_STD_STRING  0
+#if defined(__DMC__) || defined(__WATCOMC__) \
+        || (defined(_MSC_VER) && _MSC_VER < 1200)
+    #define wxUSE_STD_STRING  0
+#else
+    #define wxUSE_STD_STRING  0
+#endif
 
 #define wxUSE_PRINTF_POS_PARAMS      0
 
 
 #define wxUSE_ZIPSTREAM     0
 
-#define wxUSE_BACKINGFILE   0
-
 #define wxUSE_TARSTREAM     0
 
 #define wxUSE_ZLIB          0
 
 #define wxUSE_XRC       0
 
-#if wxUSE_XRC
-#define wxUSE_XML       0
-#else
-#  define wxUSE_XML       0
-#endif
+#define wxUSE_XML       wxUSE_XRC
 
 #define wxUSE_AUI       0
 
 #define wxUSE_CHECKBOX      0
 #define wxUSE_CHECKLISTBOX  0
 #define wxUSE_CHOICE        0
+#define wxUSE_COLLPANE      0
 #define wxUSE_COLOURPICKERCTRL 0
 #define wxUSE_COMBOBOX      0
 #define wxUSE_DATAVIEWCTRL  0