X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e55a667c1c067897da34db820a2500665a7a623b..525007cf12a3025c2a6ca3c58663062e567c0e25:/setup.h.in diff --git a/setup.h.in b/setup.h.in index 65759d96c3..054842aca4 100644 --- a/setup.h.in +++ b/setup.h.in @@ -215,6 +215,10 @@ #define wxUSE_LONGLONG 0 +#define wxUSE_BASE64 0 + +#define wxUSE_CONSOLE_EVENTLOOP 0 + #define wxUSE_FILE 0 #define wxUSE_FFILE 0 @@ -266,6 +270,8 @@ #define wxUSE_JOYSTICK 0 +#define wxUSE_FONTENUM 0 + #define wxUSE_FONTMAP 0 #define wxUSE_MIMETYPE 0 @@ -298,6 +304,8 @@ #define wxUSE_AUI 0 +#define wxUSE_STC 0 + #ifndef wxUSE_GRAPHICS_CONTEXT #define wxUSE_GRAPHICS_CONTEXT 0 @@ -323,6 +331,7 @@ #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 @@ -363,6 +372,8 @@ #define wxUSE_TAB_DIALOG 0 +#define wxUSE_TASKBARICON 0 + #define wxUSE_GRID 0 #define wxUSE_MINIFRAME 0 @@ -474,8 +485,6 @@ #define wxUSE_WXHTML_HELP 0 -#define wxUSE_RESOURCES 0 - #define wxUSE_CONSTRAINTS 0 @@ -490,6 +499,8 @@ #define wxUSE_AFM_FOR_POSTSCRIPT 0 +#define wxUSE_SVG 0 + #define wxUSE_ODBC 0 @@ -539,29 +550,60 @@ /* --- end common options --- */ -/* for some features we don't have dedicated configure switches, so just choose - * the common values automatically */ -#if (defined(__WIN32__) && !defined(__WXUNIVERSAL__)) || defined(__WXPM__) -#define wxUSE_OWNER_DRAWN 1 -#else -#define wxUSE_OWNER_DRAWN 0 -#endif +/* + * Unix-specific options + */ +#define wxUSE_SELECT_DISPATCHER 0 +#define wxUSE_EPOLL_DISPATCHER 0 -#if defined(__WIN32__) && !defined(__WINE__) && !defined(__GNUWIN32_OLD__) -#define wxUSE_RICHEDIT 1 -#define wxUSE_RICHEDIT2 1 -#else -#define wxUSE_RICHEDIT 0 -#define wxUSE_RICHEDIT2 0 +#define wxUSE_UNICODE_UTF8 0 +#define wxUSE_UTF8_LOCALE_ONLY 0 + +/* --- start MSW options --- */ + +#ifndef wxUSE_UNICODE_MSLU + #define wxUSE_UNICODE_MSLU 0 #endif -#define wxUSE_INKEDIT 0 +#define wxUSE_MFC 0 -#define wxUSE_UNICODE_MSLU 0 +#define wxUSE_OLE 0 + +#define wxUSE_OLE_AUTOMATION 0 + +#define wxUSE_ACTIVEX 0 #define wxUSE_DC_CACHEING 0 -#define wxUSE_GADGETS 0 +#define wxUSE_WXDIB 0 + +#define wxUSE_POSTSCRIPT_ARCHITECTURE_IN_MSW 0 + +#define wxUSE_REGKEY 0 + +#define wxUSE_RICHEDIT 0 + +#define wxUSE_RICHEDIT2 0 + +#define wxUSE_OWNER_DRAWN 0 + +#define wxUSE_UXTHEME 0 + +#define wxUSE_INKEDIT 0 + +#define wxUSE_INICONF 0 + + +#define wxUSE_DATEPICKCTRL_GENERIC 0 + + +#define wxUSE_CRASHREPORT 0 + + + +#define wxUSE_BITMAP_MESSAGE 0 + +/* --- end MSW options --- */ /* * Supports bool type @@ -628,6 +670,16 @@ */ #undef HAVE_GNU_CXX_HASH_MAP +/* + * Define if the compiler supports simple visibility declarations. + */ +#undef HAVE_VISIBILITY + +/* + * Define if compiler's visibility support in libstdc++ is broken + */ +#undef HAVE_BROKEN_LIBSTDCXX_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 @@ -665,10 +717,6 @@ * Use iODBC */ #define wxUSE_BUILTIN_IODBC 0 -/* - * Use freetype - */ -#define wxUSE_FREETYPE 0 /* * Have glibc2 */ @@ -681,60 +729,13 @@ * Define if you have pthread_cleanup_push/pop() */ #undef wxHAVE_PTHREAD_CLEANUP -/* - * Use consistent PostScript fonts for AFM and printing (!) - */ -#define wxUSE_NORMALIZED_PS_FONTS 0 /* compatibility */ -#define WX_NORMALIZED_PS_FONTS wxUSE_NORMALIZED_PS_FONTS - /* * Use OpenGL */ #define wxUSE_OPENGL 0 -/* - * Set to 1 to compile MS Windows XP theme engine support - */ -#define wxUSE_UXTHEME 1 - -/* - * Set to 1 to auto-adapt to MS Windows XP themes where possible - * (notably, wxNotebook pages) - */ -#define wxUSE_UXTHEME_AUTO 1 - -/* - * Work around a bug in GNU libc 5.x wcstombs() implementation. - * - * Note that you must link your programs with libc.a if you enable this and you - * have libc 5 (you should enable this for libc6 where wcsrtombs() is - * thread-safe version of wcstombs()). - */ -#define wxUSE_WCSRTOMBS 0 - -/* - * Use the new experimental implementation of wxString::Printf()? - * - * Warning: enabling this may cause internal compiler errors with gcc! - */ -#define wxUSE_EXPERIMENTAL_PRINTF 0 - -/* - * Use wxGetResource & wxWriteResource (change .Xdefaults) - */ -#define wxUSE_X_RESOURCES 0 -/* - * Use OLE and OLE Automation (MSW only) - */ -#define wxUSE_OLE 0 -#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. @@ -906,15 +912,15 @@ /* 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 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 @@ -942,8 +948,8 @@ /* Define if size_t on your machine is the same type as unsigned long. */ #undef wxSIZE_T_IS_ULONG -/* Define if you have the dlopen function. */ -#undef HAVE_DLOPEN +/* Define if wchar_t is distinct type in your compiler. */ +#undef wxWCHAR_T_IS_REAL_TYPE /* Define if you have the dlerror function. */ #undef HAVE_DLERROR @@ -1002,9 +1008,6 @@ /* Define if you have the mkstemp function. */ #undef HAVE_MKSTEMP -/* Define if you have the nanosleep function. */ -#undef HAVE_NANOSLEEP - /* Define if you have the putenv function. */ #undef HAVE_PUTENV @@ -1014,9 +1017,6 @@ /* Define if you have the setenv function. */ #undef HAVE_SETENV -/* Define if you have the shl_load function. */ -#undef HAVE_SHL_LOAD - /* Define if you have strtok_r function. */ #undef HAVE_STRTOK_R @@ -1026,9 +1026,6 @@ /* Define if you have the uname function. */ #undef HAVE_UNAME -/* Define if you have the usleep function. */ -#undef HAVE_USLEEP - /* Define if you have the header file. */ #undef HAVE_X11_XKBLIB_H @@ -1080,15 +1077,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 @@ -1150,6 +1141,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 @@ -1163,11 +1157,6 @@ with wx/msw/setup.h */ #define wxUSE_XPM_IN_MSW wxUSE_XPM -/* Set to 0 to disable PostScript print/preview architecture code under Windows - (just use Windows printing). - */ -#define wxUSE_POSTSCRIPT_ARCHITECTURE_IN_MSW 1 - /* When using an external jpeg library and the Windows headers already define * boolean, define to the type used by the jpeg library for boolean. */ #undef wxHACK_BOOLEAN