]> git.saurik.com Git - wxWidgets.git/blobdiff - setup.h_vms
Use X64 machine type for MSVC linker instead of old AMD64.
[wxWidgets.git] / setup.h_vms
index 29d61b09e9ae60807f0da777d840eb6b0fd86f46..18d982cc5b4e006989101ccbb6ab528d626d78f4 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 : 7 October 2009                                                     *
+ * Date : 23 October 2009                                                    *
  *                                                                           *
  *****************************************************************************/
 
@@ -265,6 +265,8 @@ typedef pid_t GPid;
 
 #define wxUSE_STOPWATCH     1
 
+#define wxUSE_FSWATCHER     1
+
 #define wxUSE_CONFIG        1
 
 #define wxUSE_CONFIG_NATIVE   0
@@ -1254,6 +1256,12 @@ typedef pid_t GPid;
 /* Define if locale_t is available */
 #undef HAVE_LOCALE_T
 
+/* Define if you have inotify_xxx() functions. */
+#undef wxHAS_INOTIFY
+
+/* Define if you have kqueu_xxx() functions. */
+#undef wxHAS_KQUEUE
+
 /* ---------------------------------------------------------------------
    Win32 adjustments section
    ---------------------------------------------------------------------