X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f380544a4c4fccec74ef1238110b5c856412d773..36adcfc9135110ee27c6e4247e5d29175159694f:/setup.h.in diff --git a/setup.h.in b/setup.h.in index ebec1d786a..c59195003d 100644 --- a/setup.h.in +++ b/setup.h.in @@ -152,6 +152,8 @@ #define WXWIN_COMPATIBILITY_2_8 0 +#define wxEVENTS_COMPATIBILITY_2_8 0 + #define wxDIALOG_UNIT_COMPATIBILITY 0 @@ -307,6 +309,8 @@ #define wxUSE_AUI 0 +#define wxUSE_PROPGRID 0 + #define wxUSE_STC 0 @@ -339,6 +343,7 @@ #define wxUSE_FILEPICKERCTRL 0 #define wxUSE_FONTPICKERCTRL 0 #define wxUSE_GAUGE 0 +#define wxUSE_HEADERCTRL 0 #define wxUSE_HYPERLINKCTRL 0 #define wxUSE_LISTBOX 0 #define wxUSE_LISTCTRL 0 @@ -374,8 +379,6 @@ #define wxUSE_TOOLBOOK 0 -#define wxUSE_TAB_DIALOG 0 - #define wxUSE_TASKBARICON 0 #define wxUSE_GRID 0 @@ -388,6 +391,8 @@ #define wxUSE_BITMAPCOMBOBOX 0 +#define wxUSE_REARRANGECTRL 0 + #define wxUSE_ACCEL 0 @@ -607,31 +612,11 @@ #define wxUSE_CRASHREPORT 0 /* --- end MSW options --- */ -/* - * Supports bool type - */ -#undef HAVE_BOOL - /* * Define if your compiler supports the explicit keyword */ #undef HAVE_EXPLICIT -/* - * Define if your compiler supports const_cast<>() - */ -#undef HAVE_CONST_CAST - -/* - * Define if your compiler supports reinterpret_cast<>() - */ -#undef HAVE_REINTERPRET_CAST - -/* - * Define if your compiler supports static_cast<>() - */ -#undef HAVE_STATIC_CAST - /* * Define if your compiler has C99 va_copy */ @@ -756,6 +741,10 @@ * Define if you have pthread_cleanup_push/pop() */ #undef wxHAVE_PTHREAD_CLEANUP +/* + * Define if compiler has __thread keyword. + */ +#undef HAVE___THREAD_KEYWORD /* compatibility */ /* @@ -923,12 +912,24 @@ /* Define if you have usleep() */ #undef HAVE_USLEEP +/* Define if you have wcscasecmp() function */ +#undef HAVE_WCSCASECMP + +/* Define if you have wcsncasecmp() function */ +#undef HAVE_WCSNCASECMP + /* Define if you have wcslen function */ #undef HAVE_WCSLEN /* Define if you have wcsdup function */ #undef HAVE_WCSDUP +/* Define if you have strnlen() function */ +#undef HAVE_STRNLEN + +/* Define if you have wcsnlen() function */ +#undef HAVE_WCSNLEN + /* Define if you have wcstoull() and wcstoll() */ #undef HAVE_WCSTOULL