From b130ffbf41c222b75853070ee037fac306deff08 Mon Sep 17 00:00:00 2001 From: Jouk Jansen Date: Fri, 23 Oct 2009 10:52:41 +0000 Subject: [PATCH] Updating configuration for OpenVMS git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@62484 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- setup.h_vms | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/setup.h_vms b/setup.h_vms index 29d61b0..18d982c 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 : 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 --------------------------------------------------------------------- -- 2.7.4