summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Huston <shuston@riverace.com>1998-05-28 21:11:46 +0000
committerSteve Huston <shuston@riverace.com>1998-05-28 21:11:46 +0000
commit5f688557f1c5eaf694ca8144ffbbdeb5ef99e5ee (patch)
treece25717861c19b7c9dd4f5cd07c410fd5f78a8d6
parent35968b08a37187694ce6ed751253dd78e70f7daf (diff)
downloadATCD-5f688557f1c5eaf694ca8144ffbbdeb5ef99e5ee.tar.gz
Added ACE_HAS_ONE_DEFINITION_RULE
-rw-r--r--ace/config-hpux-10.x-hpc++.h3
-rw-r--r--ace/config-hpux-11.x-hpc++.h3
2 files changed, 6 insertions, 0 deletions
diff --git a/ace/config-hpux-10.x-hpc++.h b/ace/config-hpux-10.x-hpc++.h
index 8ee35cbaf8a..1e4b49f6598 100644
--- a/ace/config-hpux-10.x-hpc++.h
+++ b/ace/config-hpux-10.x-hpc++.h
@@ -59,6 +59,9 @@
// Compiler supports C++ exception handling
# define ACE_HAS_EXCEPTIONS
+// Compiler enforces the "One Definition Rule"
+# define ACE_HAS_ONE_DEFINITION_RULE
+
# define ACE_HAS_TYPENAME_KEYWORD
// Compiler implements templates that support typedefs inside of classes
diff --git a/ace/config-hpux-11.x-hpc++.h b/ace/config-hpux-11.x-hpc++.h
index ea30dafba11..70e219c8067 100644
--- a/ace/config-hpux-11.x-hpc++.h
+++ b/ace/config-hpux-11.x-hpc++.h
@@ -50,6 +50,9 @@
// Compiler supports C++ exception handling
# define ACE_HAS_EXCEPTIONS
+// Compiler enforces the "One Definition Rule"
+# define ACE_HAS_ONE_DEFINITION_RULE
+
# define ACE_HAS_TYPENAME_KEYWORD
// Compiler implements templates that support typedefs inside of classes