From 22e2e60cad898e43b41484a24e9370463fe49dc5 Mon Sep 17 00:00:00 2001 From: Jouk Jansen Date: Mon, 5 Sep 2005 12:43:06 +0000 Subject: [PATCH] Committing in . OpenVMS configuration updated Modified Files: wxWidgets/setup.h_vms ---------------------------------------------------------------------- git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35427 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- setup.h_vms | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/setup.h_vms b/setup.h_vms index 837102b97e..4a81e0932e 100644 --- a/setup.h_vms +++ b/setup.h_vms @@ -414,9 +414,9 @@ #define wxUSE_WIZARDDLG 1 -#define wxUSE_METAFILE 1 -#define wxUSE_ENH_METAFILE 1 -#define wxUSE_WIN_METAFILES_ALWAYS 1 +#define wxUSE_METAFILE 0 +#define wxUSE_ENH_METAFILE 0 +#define wxUSE_WIN_METAFILES_ALWAYS 0 #define wxUSE_MDI 1 @@ -789,6 +789,9 @@ /* Define if you have pthread_cancel */ #define HAVE_PTHREAD_CANCEL 1 +/* Define if you have pthread_attr_setstacksize */ +#define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1 + /* Define if you have sigaction() */ #define HAVE_SIGACTION 1