diff options
Diffstat (limited to 'ace/config-irix5.3-g++.h')
-rw-r--r-- | ace/config-irix5.3-g++.h | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/ace/config-irix5.3-g++.h b/ace/config-irix5.3-g++.h index b83abae0399..4957d0fe5e3 100644 --- a/ace/config-irix5.3-g++.h +++ b/ace/config-irix5.3-g++.h @@ -7,6 +7,8 @@ #if !defined (ACE_CONFIG_H) #define ACE_CONFIG_H +#include "ace/config-g++-common.h" + #define ACE_NEEDS_SYSTIME_H // Platform supports getpagesize() call. #define ACE_HAS_GETPAGESIZE @@ -14,13 +16,9 @@ #define IRIX5 #define ACE_HAS_SIGWAIT -#define ACE_TEMPLATES_REQUIRE_SOURCE // Optimize ACE_Handle_Set for select(). #define ACE_HAS_HANDLE_SET_OPTIMIZED_FOR_SELECT -#define ACE_HAS_TEMPLATE_SPECIALIZATION -#define ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION - // Platform supports System V IPC (most versions of UNIX, but not Win32) #define ACE_HAS_SYSV_IPC @@ -53,9 +51,6 @@ // which redefines memchr() #define ACE_HAS_GNU_CSTRING_H -// Compiler doesn't support static data member templates. -#define ACE_LACKS_STATIC_DATA_MEMBER_TEMPLATES - // Platform supports POSIX O_NONBLOCK semantics. #define ACE_HAS_POSIX_NONBLOCK |