summaryrefslogtreecommitdiff
path: root/ace/config-hpux-10.x-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-hpux-10.x-g++.h
parentb0dd97e34304b4c3b85247bf8994d0e49d7203e5 (diff)
downloadATCD-ea9adf48d0c81a3ac896b9294ddaea692e5b6fa7.tar.gz
migrated to config-g++-common.h
Diffstat (limited to 'ace/config-hpux-10.x-g++.h')
-rw-r--r--ace/config-hpux-10.x-g++.h11
1 files changed, 2 insertions, 9 deletions
diff --git a/ace/config-hpux-10.x-g++.h b/ace/config-hpux-10.x-g++.h
index 575c4eafb9d..dcc505f31d2 100644
--- a/ace/config-hpux-10.x-g++.h
+++ b/ace/config-hpux-10.x-g++.h
@@ -7,6 +7,8 @@
#if !defined (ACE_CONFIG_H)
#define ACE_CONFIG_H
+#include "ace/config-g++-common.h"
+
// Compiling for HPUX.
#if !defined (HPUX)
#define HPUX
@@ -23,15 +25,6 @@
// Platform defines struct timespec, but not timespec_t
#define ACE_LACKS_TIMESPEC_T
-// Compiler's template mechanism must see source code (i.e., .C files).
-#define ACE_TEMPLATES_REQUIRE_SOURCE
-// Compiler doesn't support static data member templates.
-#define ACE_LACKS_STATIC_DATA_MEMBER_TEMPLATES
-// Must specialize templates due to G++'s lame parameterized type
-// support... I added this Afara
-#define ACE_HAS_TEMPLATE_SPECIALIZATION
-#define ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION
-
#define ACE_LACKS_SYSCALL
#define ACE_HAS_POSIX_TIME
#define ACE_HAS_CLOCK_GETTIME