X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/21f0762a1a4609749f43234c61f40d6692eb815a..d47db7e06a8ecb3ca26213a864e1531462d8a125:/setup.h.in diff --git a/setup.h.in b/setup.h.in index 777694bdc5..264fc58d6f 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 @@ -325,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 @@ -365,6 +372,8 @@ #define wxUSE_TAB_DIALOG 0 +#define wxUSE_TASKBARICON 0 + #define wxUSE_GRID 0 #define wxUSE_MINIFRAME 0 @@ -490,6 +499,8 @@ #define wxUSE_AFM_FOR_POSTSCRIPT 0 +#define wxUSE_SVG 0 + #define wxUSE_ODBC 0 @@ -539,33 +550,58 @@ /* --- 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_UNICODE_UTF8 0 +#define wxUSE_OLE_AUTOMATION 0 -#define wxUSE_UTF8_LOCALE_ONLY 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_DATEPICKCTRL_GENERIC 0 + + +#define wxUSE_CRASHREPORT 0 + + + +#define wxUSE_BITMAP_MESSAGE 0 + +/* --- end MSW options --- */ /* * Supports bool type @@ -632,6 +668,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 @@ -698,17 +744,6 @@ */ #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. * @@ -729,12 +764,6 @@ * 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 /* * Use MS HTML Help via libmspack (Unix) @@ -949,7 +978,7 @@ #undef wxSIZE_T_IS_ULONG /* Define if wchar_t is distinct type in your compiler. */ -#undef wxWCHAR_T_IS_SEPARATE_TYPE +#undef wxWCHAR_T_IS_REAL_TYPE /* Define if you have the dlopen function. */ #undef HAVE_DLOPEN @@ -1169,11 +1198,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