X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/cc16513e28a9a3084eee4b32529cde19d1760f0d..247bb51058784357741406d5a644bac2d1f21f6d:/setup.h.in diff --git a/setup.h.in b/setup.h.in index 16aa2ae372..b975213e2a 100644 --- a/setup.h.in +++ b/setup.h.in @@ -360,6 +360,7 @@ #define wxUSE_COLLPANE 0 #define wxUSE_COLOURPICKERCTRL 0 #define wxUSE_COMBOBOX 0 +#define wxUSE_COMMANDLINKBUTTON 0 #define wxUSE_DATAVIEWCTRL 0 #define wxUSE_DATEPICKCTRL 0 #define wxUSE_DIRPICKERCTRL 0 @@ -374,6 +375,7 @@ #define wxUSE_LISTCTRL 0 #define wxUSE_RADIOBOX 0 #define wxUSE_RADIOBTN 0 +#define wxUSE_RICHMSGDLG 0 #define wxUSE_SCROLLBAR 0 #define wxUSE_SEARCHCTRL 0 #define wxUSE_SLIDER 0 @@ -485,6 +487,8 @@ #define wxUSE_ABOUTDLG 0 +#define wxUSE_FILE_HISTORY 0 + #define wxUSE_METAFILE 0 #define wxUSE_ENH_METAFILE 0 @@ -716,6 +720,16 @@ */ #undef HAVE_TR1_UNORDERED_SET +/* + * Define if your compiler has + */ +#undef HAVE_TR1_TYPE_TRAITS + +/* + * Define if your compiler has + */ +#undef HAVE_TYPE_TRAITS + /* * Define if the compiler supports simple visibility declarations. */