X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c11b48536b677d3c101656246804c369f0576328..43c64cc6c9f7699c4a63e3fb191a7a90c25f0bab:/setup.h_vms diff --git a/setup.h_vms b/setup.h_vms index f97172fdec..18d982cc5b 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 * * * *****************************************************************************/ @@ -88,6 +88,9 @@ /* Define this if your version of GTK+ is greater than 2.10 */ #define __WXGTK210__ 1 +/* Define this if your version of GTK+ is greater than 2.18 */ +#undef __WXGTK218__ + #include typedef pid_t GPid; @@ -262,6 +265,8 @@ typedef pid_t GPid; #define wxUSE_STOPWATCH 1 +#define wxUSE_FSWATCHER 1 + #define wxUSE_CONFIG 1 #define wxUSE_CONFIG_NATIVE 0 @@ -1251,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 ---------------------------------------------------------------------