summaryrefslogtreecommitdiff
path: root/ace/config-mvs.h
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1996-12-08 00:08:45 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1996-12-08 00:08:45 +0000
commite5aac168f9bb01257e912050aa5137551ea394e7 (patch)
tree5b32d0edb97c3bebcf6aee4a2d57aa40763f7b29 /ace/config-mvs.h
parenta54582c074ef294353ef67380b782e957aad3522 (diff)
downloadATCD-e5aac168f9bb01257e912050aa5137551ea394e7.tar.gz
jammer
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