]> git.saurik.com Git - wxWidgets.git/blobdiff - setup.h_vms
remove streams tests: they're very basic and already-existing CppUnit stream tests...
[wxWidgets.git] / setup.h_vms
index 4e227163b43c32140443f3b68e51d183fdd99d2a..83dfca34787f14c159779423714258ef99d9b169 100644 (file)
@@ -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 : 26 January 2010                                                    *
+ * Date : 7 May 2010                                                         *
  *                                                                           *
  *****************************************************************************/
 
@@ -116,6 +116,7 @@ typedef pid_t GPid;
 #undef __NETBSD__
 #undef __OPENBSD__
 #undef __OSF__
+#undef __QNX__
 #undef __SGI__
 #undef __SOLARIS__
 #undef __SUN__
@@ -265,7 +266,7 @@ typedef pid_t GPid;
 
 #define wxUSE_STOPWATCH     1
 
-#define wxUSE_FSWATCHER     1
+#define wxUSE_FSWATCHER     0
 
 #define wxUSE_CONFIG        1
 
@@ -340,7 +341,24 @@ typedef pid_t GPid;
 
 #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
 
@@ -495,6 +513,8 @@ typedef pid_t GPid;
 
 #define wxUSE_ABOUTDLG 1
 
+#define wxUSE_FILE_HISTORY 1
+
 #define wxUSE_METAFILE              0
 #define wxUSE_ENH_METAFILE          0
 #define wxUSE_WIN_METAFILES_ALWAYS  0
@@ -547,7 +567,7 @@ typedef pid_t GPid;
 
 #define wxUSE_MOUSEWHEEL        1
 
-
+#define wxUSE_UIACTIONSIMULATOR 1
 
 #define wxUSE_POSTSCRIPT  1