summaryrefslogtreecommitdiff
path: root/ace/config-irix5.3-g++.h
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-02-03 03:52:48 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-02-03 03:52:48 +0000
commitea9adf48d0c81a3ac896b9294ddaea692e5b6fa7 (patch)
tree8452df5e829d07dba15a0e3b3f2edd545d128fa9 /ace/config-irix5.3-g++.h
parentb0dd97e34304b4c3b85247bf8994d0e49d7203e5 (diff)
downloadATCD-ea9adf48d0c81a3ac896b9294ddaea692e5b6fa7.tar.gz
migrated to config-g++-common.h
Diffstat (limited to 'ace/config-irix5.3-g++.h')
-rw-r--r--ace/config-irix5.3-g++.h9
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