X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6e91e9f393f9200c07eb5d94a93a62fcf156c6ad..28c45c53a6cde08276993364fa49ee651fa573ff:/setup.h_vms

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.
  */