summaryrefslogtreecommitdiff
path: root/ace/config-irix6.x-g++.h
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-08-30 02:52:59 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-08-30 02:52:59 +0000
commitdd87730cc53a678965f05a2e2dd062e44c85fb2e (patch)
tree788030ca0b005f6aa273184dd7f590a8fe8d2c55 /ace/config-irix6.x-g++.h
parent3ab5e0a9c6776d36bdc5c78ca5ad90a24f0f7046 (diff)
downloadATCD-dd87730cc53a678965f05a2e2dd062e44c85fb2e.tar.gz
ChangeLogTag: Sun Aug 29 21:35:17 1999 David L. Levine <levine@cs.wustl.edu>
Diffstat (limited to 'ace/config-irix6.x-g++.h')
-rw-r--r--ace/config-irix6.x-g++.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/ace/config-irix6.x-g++.h b/ace/config-irix6.x-g++.h
index 52415880e25..b86cf57cf74 100644
--- a/ace/config-irix6.x-g++.h
+++ b/ace/config-irix6.x-g++.h
@@ -7,8 +7,11 @@
#ifndef ACE_CONFIG_H
#define ACE_CONFIG_H
-#include "ace/config-g++-common.h"
+// config-g++-common.h undef's ACE_HAS_STRING_CLASS with -frepo, so
+// this must appear before its #include.
+#define ACE_HAS_STRING_CLASS
+#include "ace/config-g++-common.h"
// Platform supports the very odd IRIX 6.2 threads...
#define ACE_HAS_THREADS
@@ -33,7 +36,6 @@
// Compiler/platform has thread-specific storage
#define ACE_HAS_THREAD_SPECIFIC_STORAGE
-#define ACE_HAS_STRING_CLASS
#define IRIX6
// Denotes that GNU has cstring.h as standard