* Template for the set.h file for VMS *
* Created from setup.h_in *
* Author : J.Jansen (joukj@hrem.nano.tudelft.nl) *
- * Date : 26 January 2010 *
+ * Date : 1 July 2010 *
* *
*****************************************************************************/
#undef __NETBSD__
#undef __OPENBSD__
#undef __OSF__
+#undef __QNX__
#undef __SGI__
#undef __SOLARIS__
#undef __SUN__
#ifndef wxUSE_UNICODE
-#if defined( __WXX11__ ) || defined ( __WXMOTIF__ )
+#if defined( __WXX11__ )
#define wxUSE_UNICODE 0
#else
#define wxUSE_UNICODE 1
#define wxUSE_INTL 1
#include <locale.h>
-#if defined (__WXMOTIF__) || defined( __WXX11__ )
+#if defined (__WXMOTIF__)
#define wxUSE_XLOCALE 0
#else
#define wxUSE_XLOCALE 1
#define wxUSE_STOPWATCH 1
-#define wxUSE_FSWATCHER 1
+#define wxUSE_FSWATCHER 0
#define wxUSE_CONFIG 1
#define wxUSE_PROPGRID 1
+#ifdef _MSC_VER
+# if _MSC_VER >= 1310
+
+
#define wxUSE_GRAPHICS_CONTEXT 0
+# else
+
+
+# define wxUSE_GRAPHICS_CONTEXT 0
+# endif
+#else
+
+
+
+
+
+# define wxUSE_GRAPHICS_CONTEXT 0
+#endif
#define wxUSE_CONTROLS 1
#define wxUSE_ABOUTDLG 1
+#define wxUSE_FILE_HISTORY 1
+
#define wxUSE_METAFILE 0
#define wxUSE_ENH_METAFILE 0
#define wxUSE_WIN_METAFILES_ALWAYS 0
#define wxUSE_MOUSEWHEEL 1
-
+#define wxUSE_UIACTIONSIMULATOR 1
#define wxUSE_POSTSCRIPT 1
*/
#undef HAVE_TR1_UNORDERED_SET
+/*
+ * Define if your compiler has <tr1/type_traits>
+ */
+#undef HAVE_TR1_TYPE_TRAITS
+
+/*
+ * Define if your compiler has <type_traits>
+ */
+#undef HAVE_TYPE_TRAITS
+
/*
* Define if the compiler supports simple visibility declarations.
*/