]> git.saurik.com Git - wxWidgets.git/blobdiff - setup.h.in
regenerated after adding base64.h/cpp
[wxWidgets.git] / setup.h.in
index 8185ad189f8dbf8923633ee1ec367c012c97ccd1..dc1e752296b786c560cc2042f4c586cd5148f65a 100644 (file)
 
 #define wxUSE_LONGLONG      0
 
+#define wxUSE_BASE64        0
+
 #define wxUSE_FILE          0
 #define wxUSE_FFILE         0
 
 #define wxUSE_DATAVIEWCTRL  0
 #define wxUSE_DATEPICKCTRL  0
 #define wxUSE_DIRPICKERCTRL 0
-#define wxUSE_EDITABLELISTBOX   0
+#define wxUSE_EDITABLELISTBOX 0
 #define wxUSE_FILEPICKERCTRL 0
 #define wxUSE_FONTPICKERCTRL 0
 #define wxUSE_GAUGE         0
  */
 #undef HAVE_GNU_CXX_HASH_MAP
 
+/*
+ * Define if the compiler supports simple visibility declarations.
+ */
+#undef HAVE_VISIBILITY
+
 /*
  * The built-in regex supports advanced REs in additional to POSIX's basic
  * and extended. Your system regex probably won't support this, and in this
 /* Define if you have wcslen function  */
 #undef HAVE_WCSLEN
 
+/* Define if you have wcsdup function  */
+#undef HAVE_WCSDUP
+
 /* Define if you have wcstoull() and wcstoll() */
 #undef HAVE_WCSTOULL
 
 /* Define if size_t on your machine is the same type as unsigned long. */
 #undef wxSIZE_T_IS_ULONG
 
+/* Define if wchar_t is distinct type in your compiler. */
+#undef wxWCHAR_T_IS_REAL_TYPE
+
 /* Define if you have the dlopen function.  */
 #undef HAVE_DLOPEN