summaryrefslogtreecommitdiff
path: root/ACE/ace/config-irix6.x-g++.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ace/config-irix6.x-g++.h')
-rw-r--r--ACE/ace/config-irix6.x-g++.h23
1 files changed, 23 insertions, 0 deletions
diff --git a/ACE/ace/config-irix6.x-g++.h b/ACE/ace/config-irix6.x-g++.h
new file mode 100644
index 00000000000..69455f27120
--- /dev/null
+++ b/ACE/ace/config-irix6.x-g++.h
@@ -0,0 +1,23 @@
+/* -*- C++ -*- */
+// $Id$
+
+// The following configuration file is designed to work for the SGI
+// Indigo2EX running Irix 6.2 platform using the GNU C++ Compiler
+
+#ifndef ACE_CONFIG_H
+#define ACE_CONFIG_H
+#include /**/ "ace/pre.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"
+#include "ace/config-irix6.x-common.h"
+
+// Denotes that GNU has cstring.h as standard
+// which redefines memchr()
+#define ACE_HAS_GNU_CSTRING_H
+
+#include /**/ "ace/post.h"
+#endif /* ACE_CONFIG_H */