From 30a04cff668876ed801d67e0e2f59437faec7438 Mon Sep 17 00:00:00 2001 From: Johnny Willemsen Date: Tue, 1 Aug 2006 18:59:30 +0000 Subject: Tue Aug 1 18:59:12 UTC 2006 Johnny Willemsen --- ACE/ace/config-vxworks6.3.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/ACE/ace/config-vxworks6.3.h b/ACE/ace/config-vxworks6.3.h index 50a25a2bf4a..dda765acd34 100644 --- a/ACE/ace/config-vxworks6.3.h +++ b/ACE/ace/config-vxworks6.3.h @@ -91,9 +91,6 @@ #define ACE_LACKS_MKFIFO #define ACE_LACKS_MKTEMP #define ACE_LACKS_MKSTEMP -#define ACE_LACKS_MMAP -#define ACE_LACKS_MPROTECT -#define ACE_LACKS_MSYNC #define ACE_LACKS_NETDB_REENTRANT_FUNCTIONS #define ACE_LACKS_SYS_PARAM_H #define ACE_LACKS_PWD_FUNCTIONS @@ -174,6 +171,7 @@ #define ACE_HAS_3_PARAM_WCSTOK #define ACE_HAS_WCHAR #define ACE_SIZEOF_WCHAR 2 + #define ACE_HAS_SHM_OPEN #else // We are building for kernel mode #define ACE_LACKS_SUSECONDS_T @@ -219,6 +217,9 @@ #define ACE_LACKS_FGETWS #define ACE_LACKS_FPUTWS #define ACE_HAS_IOCTL_INT_3_PARAM + #define ACE_LACKS_MMAP + #define ACE_LACKS_MSYNC + #define ACE_LACKS_MPROTECT #if !defined (ACE_MAIN) # define ACE_MAIN ace_main #endif /* ! ACE_MAIN */ -- cgit v1.2.1