X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/17e914373a348a6c1f432d06ecab0bced95773ac..99713fe395d5b413efb2695784c23d60b0602531:/setup.h.in?ds=sidebyside diff --git a/setup.h.in b/setup.h.in index 0e9057241d..b4d0aadddd 100644 --- a/setup.h.in +++ b/setup.h.in @@ -65,6 +65,9 @@ /* Define this if your version of GTK+ is greater than 2.4 */ #undef __WXGTK24__ +/* Define this if your version of GTK+ is greater than 2.6 */ +#undef __WXGTK26__ + /* Define this if you want to use GPE features */ #undef __WXGPE__ @@ -286,6 +289,8 @@ # define wxUSE_XML 0 #endif +#define wxUSE_AUI 0 + #define wxUSE_CONTROLS 0 @@ -299,9 +304,13 @@ #define wxUSE_CHECKBOX 0 #define wxUSE_CHECKLISTBOX 0 #define wxUSE_CHOICE 0 +#define wxUSE_COLOURPICKERCTRL 0 #define wxUSE_COMBOBOX 0 #define wxUSE_DATAVIEWCTRL 0 #define wxUSE_DATEPICKCTRL 0 +#define wxUSE_DIRPICKERCTRL 0 +#define wxUSE_FILEPICKERCTRL 0 +#define wxUSE_FONTPICKERCTRL 0 #define wxUSE_GAUGE 0 #define wxUSE_HYPERLINKCTRL 0 #define wxUSE_LISTBOX 0 @@ -803,6 +812,10 @@ * with 'char*' for the 3rd parameter instead of 'const char*' */ #undef HAVE_BROKEN_SNPRINTF_DECL +/* Define if you have a snprintf() which supports positional arguments + (defined in the unix98 standard) */ +#undef HAVE_UNIX98_PRINTF + /* define if you have statfs function */ #undef HAVE_STATFS @@ -1068,6 +1081,9 @@ /* Define if you have Pango xft support */ #undef HAVE_PANGO_XFT +/* Define if you have the header file. */ +#undef HAVE_SYS_SELECT_H + /* ------------------------------------------------------------------------- Win32 adjustments section ------------------------------------------------------------------------- */