]> git.saurik.com Git - wxWidgets.git/blobdiff - setup.h.in
add check for wxUSE_XLOCALE (and also wxUSE_INTL which wasn't checked for some reason)
[wxWidgets.git] / setup.h.in
index 1443a641c4ce3312536db5ead3fd020d780c007f..95fdf6c7d9908ea3a269a225f29a666c7f12c79b 100644 (file)
 
 #define wxUSE_THREADS 0
 
+#define wxUSE_WEAKREF 0
+
 #define wxUSE_STREAMS       0
 
 #define wxUSE_STD_IOSTREAM  0
 
 #define wxUSE_INTL          0
 
+#define wxUSE_XLOCALE       0
+
 #define wxUSE_DATETIME      0
 
 #define wxUSE_TIMER         0
 
 #define wxUSE_VALIDATORS 0
 
+#ifdef __WXMSW__
+#define wxUSE_AUTOID_MANAGEMENT 0
+#else
+#define wxUSE_AUTOID_MANAGEMENT 0
+#endif
+
 
 #define wxUSE_COMMON_DIALOGS 0
 
 /* Define this if you have _vsnwprintf */
 #undef HAVE__VSNWPRINTF
 
+/* vswscanf() */
+#undef HAVE_VSWSCANF
+
 /* Define if fseeko and ftello are available.  */
 #undef HAVE_FSEEKO
 
 /* Define if getgrgid_r is available. */
 #undef HAVE_GETGRGID_R
 
+/* Define if locale_t is available */
+#undef HAVE_LOCALE_T
+
 /* -------------------------------------------------------------------------
    Win32 adjustments section
    ------------------------------------------------------------------------- */