]> git.saurik.com Git - wxWidgets.git/blobdiff - setup.h.in
Version of [ 1177956 ] fix for wxString::operator=(wxChar *) for STL builds
[wxWidgets.git] / setup.h.in
index f6be1dddf3952338d55821ed4a2b31083f5e6ca8..e081e7205f70d30d1407efe43b793fed3e9a058e 100644 (file)
@@ -46,7 +46,9 @@
 #undef STDC_HEADERS
 
 /* Define this to get extra features from GNU libc. */
+#ifndef _GNU_SOURCE
 #undef _GNU_SOURCE
+#endif
 
 /* Define to `int' if <sys/types.h> doesn't define.  */
 #undef uid_t
 
 #define wxUSE_STD_IOSTREAM  0
 
+#define wxUSE_STD_STRING  0
+
 
 #define wxUSE_LONGLONG      0