X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/dfe77b113f4fa06da35c6f669691b04ff25f1f48..8220f2f145758e44e84380767eb77723ab4ac5ef:/setup.h_vms diff --git a/setup.h_vms b/setup.h_vms index 7e684e34fa..3230f39712 100644 --- a/setup.h_vms +++ b/setup.h_vms @@ -3,7 +3,7 @@ * Template for the set.h file for VMS * * Created from setup.h_in * * Author : J.Jansen (joukj@hrem.nano.tudelft.nl) * - * Date : 28 May 2010 * + * Date : 1 July 2010 * * * *****************************************************************************/ @@ -191,7 +191,7 @@ typedef pid_t GPid; #ifndef wxUSE_UNICODE -#if defined( __WXX11__ ) || defined ( __WXMOTIF__ ) +#if defined( __WXX11__ ) #define wxUSE_UNICODE 0 #else #define wxUSE_UNICODE 1 @@ -754,6 +754,16 @@ typedef pid_t GPid; */ #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. */