summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Huston <shuston@riverace.com>1998-05-28 21:16:39 +0000
committerSteve Huston <shuston@riverace.com>1998-05-28 21:16:39 +0000
commit50cb79cfe3427e02ce1c1eb1be84836746c7defd (patch)
tree5e30ca9600edb22bf07ad5f97e68f20ebfaec3e1
parent5f688557f1c5eaf694ca8144ffbbdeb5ef99e5ee (diff)
downloadATCD-50cb79cfe3427e02ce1c1eb1be84836746c7defd.tar.gz
Added line for ACE_HAS_ONE_DEFINITION_RULE
-rw-r--r--ace/README1
1 files changed, 1 insertions, 0 deletions
diff --git a/ace/README b/ace/README
index 0fba6afffc2..7998ffc1b59 100644
--- a/ace/README
+++ b/ace/README
@@ -19,6 +19,7 @@ ACE_CAST_CONST Used to work around broken SunCC ANSI ca
ACE_HAS_ANSI_CASTS Platform supports new C++ style casts (dynamic_cast, static_cast, reinterpret_cast and const_cast)
ACE_DEFAULT_THREAD_KEYS Number of TSS keys, with ACE_HAS_TSS_EMULATION _only_. Defaults to 64.
ACE_THREADS_DONT_INHERIT_LOG_MSG Specify this if you don't want threads to inherit parent thread's ACE_Log_Msg properties.
+ACE_HAS_ONE_DEFINITION_RULE Compiler enforces C++ One Definition Rule
ACE_HAS_PRIOCNTL OS has priocntl (2).
ACE_HAS_RECV_TIMEDWAIT Platform has the MIT pthreads APIs for
ACE_HAS_RECVFROM_TIMEDWAIT timed send/recv operations