summaryrefslogtreecommitdiff
path: root/ace/config-mvs.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/config-mvs.h')
-rw-r--r--ace/config-mvs.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/ace/config-mvs.h b/ace/config-mvs.h
index 506f35a03a3..ed12fa4f6c2 100644
--- a/ace/config-mvs.h
+++ b/ace/config-mvs.h
@@ -13,6 +13,9 @@
#define fd_mask __fd_mask
#define MAXNAMLEN __DIR_NAME_MAX
+// Compiler must see template source.
+#define ACE_TEMPLATES_REQUIRE_SOURCE
+
// Compiler/platform uses macro for ctime
#define ACE_HAS_BROKEN_CTIME
@@ -103,10 +106,6 @@
// Platform supports System V IPC
#define ACE_HAS_SYSV_IPC
-// Compiler implements templates that support typedefs inside
-// of classes used as formal arguments
-//#define ACE_HAS_TEMPLATE_TYPEDEFS
-
// Platform/compiler supports timezone * as second parameter to gettimeofday()
#define ACE_HAS_TIMEZONE_GETTIMEOFDAY