]> git.saurik.com Git - wxWidgets.git/blobdiff - setup/setup.hin
wxUSE_IOSTREAMH changes
[wxWidgets.git] / setup / setup.hin
index d70f2652e3f3bb1898af0ae2a12e2ab11aa47233..dcdba6e1c3a132f12bf937c213b5f79f459f319d 100644 (file)
  */
 #undef wxUSE_POSTSCRIPT
 
+//------------------------------------------------------------------------
+// wxString options
+//------------------------------------------------------------------------
+
+/*
+ * Compile wxString with wide character (Unicode) support?
+ */
+#undef wxUSE_UNICODE
+
+/*
+ * Work around a bug in GNU libc 5.x wcstombs() implementation.
+ *
+ * Note that you must link your programs with libc.a if you enable this and you
+ * have libc 5 (you should enable this for libc6 where wcsrtombs() is
+ * thread-safe version of wcstombs()). 
+ */
+#undef wxUSE_WCSRTOMBS
+
 //------------------------------------------------------------------------
 // misc options
 //------------------------------------------------------------------------