X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/cc16513e28a9a3084eee4b32529cde19d1760f0d..8915141c1e7fdfd5df93b17f0c9bf07d1f171343:/setup.h.in diff --git a/setup.h.in b/setup.h.in index 16aa2ae372..667087f1ed 100644 --- a/setup.h.in +++ b/setup.h.in @@ -485,6 +485,8 @@ #define wxUSE_ABOUTDLG 0 +#define wxUSE_FILE_HISTORY 0 + #define wxUSE_METAFILE 0 #define wxUSE_ENH_METAFILE 0 @@ -716,6 +718,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. */