X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/111d99489d509bc96819877b88596474f3253859..9b362935966dd8e7ae1aeb7a7ab857cef5687a07:/setup.h.in?ds=sidebyside diff --git a/setup.h.in b/setup.h.in index 14e379d9b5..777694bdc5 100644 --- a/setup.h.in +++ b/setup.h.in @@ -325,7 +325,6 @@ #define wxUSE_DATAVIEWCTRL 0 #define wxUSE_DATEPICKCTRL 0 #define wxUSE_DIRPICKERCTRL 0 -#define wxUSE_EDITABLELISTBOX 0 #define wxUSE_FILEPICKERCTRL 0 #define wxUSE_FONTPICKERCTRL 0 #define wxUSE_GAUGE 0 @@ -752,6 +751,11 @@ */ #define wxUSE_WEBKIT 0 +/* + * Objective-C class name uniquifying + */ +#define wxUSE_OBJC_UNIQUIFYING 0 + /* * The const keyword is being introduced more in wxWindows. * You can use this setting to maintain backward compatibility. @@ -908,6 +912,9 @@ /* 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 @@ -941,6 +948,9 @@ /* 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_SEPARATE_TYPE + /* Define if you have the dlopen function. */ #undef HAVE_DLOPEN @@ -1143,6 +1153,9 @@ /* Define if you have the header file. */ #undef HAVE_SYS_SELECT_H +/* Define if you have the header file. */ +#undef HAVE_SYS_EPOLL_H + /* Define if fdopen is available. */ #undef HAVE_FDOPEN