X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/df08c3b5a3dabf5a7acddc2c3bd6e9647733e8c8..e3b13be45ac506f9440229d9965691fbf8fd4dd1:/setup.h.in diff --git a/setup.h.in b/setup.h.in index 9e049dda02..92f9264fa1 100644 --- a/setup.h.in +++ b/setup.h.in @@ -298,6 +298,8 @@ #define wxUSE_AUI 0 +#define wxUSE_STC 0 + #ifndef wxUSE_GRAPHICS_CONTEXT #define wxUSE_GRAPHICS_CONTEXT 0 @@ -474,8 +476,6 @@ #define wxUSE_WXHTML_HELP 0 -#define wxUSE_RESOURCES 0 - #define wxUSE_CONSTRAINTS 0 @@ -559,6 +559,10 @@ #define wxUSE_UNICODE_MSLU 0 +#define wxUSE_UNICODE_UTF8 0 + +#define wxUSE_UTF8_LOCALE_ONLY 0 + #define wxUSE_DC_CACHEING 0 #define wxUSE_GADGETS 0 @@ -732,9 +736,6 @@ #define wxUSE_OLE_AUTOMATION 0 #define wxUSE_ACTIVEX 0 -/* for compatibility */ -#define wxUSE_WX_RESOURCES wxUSE_RESOURCES - /* * Use MS HTML Help via libmspack (Unix) */ @@ -750,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. @@ -837,6 +843,9 @@ /* Define if you have pthread_cancel */ #undef HAVE_PTHREAD_CANCEL +/* Define if you have pthread_mutex_timedlock */ +#undef HAVE_PTHREAD_MUTEX_TIMEDLOCK + /* Define if you have pthread_attr_setstacksize */ #undef HAVE_PTHREAD_ATTR_SETSTACKSIZE @@ -909,9 +918,6 @@ /* define if you have vsscanf function */ #undef HAVE_VSSCANF -/* The number of bytes in a char. */ -#undef SIZEOF_CHAR - /* The number of bytes in a wchar_t. */ #undef SIZEOF_WCHAR_T @@ -1077,15 +1083,9 @@ /* Define if you have the header file (mingw,cygwin). */ #undef HAVE_W32API_H -/* Define if you have the header file. */ -#undef HAVE_ESD_H - /* Define if you have the header file. */ #undef HAVE_SYS_SOUNDCARD_H -/* Define if you have a CD-ROM interface known to mmedia. */ -#undef HAVE_KNOWN_CDROM_INTERFACE - /* Define if you have wcsrtombs() function */ #undef HAVE_WCSRTOMBS @@ -1147,6 +1147,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