X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e36a173933aaa81b28a27979c3748e8bc42ef88c..149e70e1238c3bd7f425b2c58ca11513b0da59b4:/setup.h.in?ds=sidebyside diff --git a/setup.h.in b/setup.h.in index 62e68e9d92..95fdf6c7d9 100644 --- a/setup.h.in +++ b/setup.h.in @@ -196,6 +196,8 @@ #define wxUSE_THREADS 0 +#define wxUSE_WEAKREF 0 + #define wxUSE_STREAMS 0 #define wxUSE_STD_IOSTREAM 0 @@ -229,6 +231,8 @@ #define wxUSE_INTL 0 +#define wxUSE_XLOCALE 0 + #define wxUSE_DATETIME 0 #define wxUSE_TIMER 0 @@ -409,6 +413,12 @@ #define wxUSE_VALIDATORS 0 +#ifdef __WXMSW__ +#define wxUSE_AUTOID_MANAGEMENT 0 +#else +#define wxUSE_AUTOID_MANAGEMENT 0 +#endif + #define wxUSE_COMMON_DIALOGS 0 @@ -582,6 +592,8 @@ #define wxUSE_OWNER_DRAWN 0 +#define wxUSE_TASKBARICON_BALLOONS 0 + #define wxUSE_UXTHEME 0 #define wxUSE_INKEDIT 0 @@ -593,11 +605,6 @@ #define wxUSE_CRASHREPORT 0 - - - -#define wxUSE_BITMAP_MESSAGE 0 - /* --- end MSW options --- */ /* @@ -1067,6 +1074,9 @@ /* Define this if you have _vsnwprintf */ #undef HAVE__VSNWPRINTF +/* vswscanf() */ +#undef HAVE_VSWSCANF + /* Define if fseeko and ftello are available. */ #undef HAVE_FSEEKO @@ -1082,9 +1092,6 @@ /* Define if you have pango_font_family_is_monospace() (Pango >= 1.3.3) */ #undef HAVE_PANGO_FONT_FAMILY_IS_MONOSPACE -/* Define if gtk_icon_size_lookup is missing from the GTK+ headers */ -#undef NEED_GTK_ICON_SIZE_LOOKUP - /* Define if you have Pango xft support */ #undef HAVE_PANGO_XFT @@ -1103,6 +1110,9 @@ /* Define if getgrgid_r is available. */ #undef HAVE_GETGRGID_R +/* Define if locale_t is available */ +#undef HAVE_LOCALE_T + /* ------------------------------------------------------------------------- Win32 adjustments section ------------------------------------------------------------------------- */