From eae6032da6a2c377430873e72e6db207e5b671b0 Mon Sep 17 00:00:00 2001 From: Jouk Jansen Date: Fri, 20 Jun 2008 10:19:04 +0000 Subject: [PATCH] OpenVMS setup update git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54301 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- setup.h_vms | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/setup.h_vms b/setup.h_vms index aeeed80726..527e197c57 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 : 11 June 2008 * + * Date : 20 June 2008 * * * *****************************************************************************/ @@ -711,6 +711,26 @@ typedef pid_t GPid; */ #undef HAVE_GNU_CXX_HASH_MAP +/* + * Define if your compiler has std::unordered_map + */ +#undef HAVE_STD_UNORDERED_MAP + +/* + * Define if your compiler has std::unordered_set + */ +#undef HAVE_STD_UNORDERED_SET + +/* + * Define if your compiler has std::tr1::unordered_map + */ +#undef HAVE_TR1_UNORDERED_MAP + +/* + * Define if your compiler has std::tr1::unordered_set + */ +#undef HAVE_TR1_UNORDERED_SET + /* * Define if the compiler supports simple visibility declarations. */