summaryrefslogtreecommitdiff
path: root/ace/README
diff options
context:
space:
mode:
authorbrunsch <brunsch@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-09-22 21:54:18 +0000
committerbrunsch <brunsch@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-09-22 21:54:18 +0000
commitb16ba31c6bd97fc208c35378cbfb8f3d1f6abb4c (patch)
treea74558bc50b7598cee03ee1bcca19e81a8ff5dab /ace/README
parent4763073b88b11fdc6d59e090d1191f2052ccf040 (diff)
downloadATCD-b16ba31c6bd97fc208c35378cbfb8f3d1f6abb4c.tar.gz
ChangeLogTag:Fri Sep 22 14:49:19 2000 Darrell Brunsch <brunsch@uci.edu>
Diffstat (limited to 'ace/README')
-rw-r--r--ace/README10
1 files changed, 10 insertions, 0 deletions
diff --git a/ace/README b/ace/README
index b72397313ed..bbf4b69e10a 100644
--- a/ace/README
+++ b/ace/README
@@ -914,6 +914,10 @@ ACE_LACKS_WILDCARD_BIND The bind() call will not
ACE_LACKS_WRITEV Platform doesn't define
writev, so use our own
+ACE_LEGACY_MODE When defined, it will enable some code that is
+ used to provide some support for backwards
+ compatibility.
+
ACE_NEEDS_DEV_IO_CONVERSION Necessary with some compilers
to pass ACE_TTY_IO as
parameter to DEV_Connector.
@@ -934,6 +938,12 @@ ACE_NEEDS_SCHED_H Platform needs to #include
<sched.h>
to get thread scheduling
defs.
+
+ACE_ONLY_LATEST_AND_GREATEST A macro that indicates that the "latest and greatest"
+ features of ACE/TAO should be turned on. It has been
+ replaced by ACE_LEGACY_MODE, which has the opposite
+ meaning but serves the same purpose.
+
ACE_WSTRING_HAS_USHORT_SUPPORT If a platform has wchar_t as a separate type,
then ACE_WString doesn't have a constructor that
understands an ACE_USHORT16 string. So this