summaryrefslogtreecommitdiff
path: root/ace/config-hpux-9.x-orbix.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/config-hpux-9.x-orbix.h')
-rw-r--r--ace/config-hpux-9.x-orbix.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/ace/config-hpux-9.x-orbix.h b/ace/config-hpux-9.x-orbix.h
index c46cb00548e..8684a385aab 100644
--- a/ace/config-hpux-9.x-orbix.h
+++ b/ace/config-hpux-9.x-orbix.h
@@ -12,6 +12,10 @@
#define HPUX
#endif /* HPUX */
+#if __cplusplus < 199707L
+#define ACE_HAS_BROKEN_HPUX_TEMPLATES
+#endif /* __cplusplus < 199707L */
+
#define ACE_HAS_BROKEN_CONVERSIONS
// They forgot a const in the prototype of const_timewait...