diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-08-06 01:41:15 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-08-06 01:41:15 +0000 |
commit | 2e9ec10b4dd58471a90c3a185e9db8886200282d (patch) | |
tree | d9b4cb8bc6e1b8bd28331de8e5d44ec5d1cd707d /ace/README | |
parent | 0e8ddecfe3f32c831ae2dc434590e3f84b7d8262 (diff) | |
download | ATCD-2e9ec10b4dd58471a90c3a185e9db8886200282d.tar.gz |
*** empty log message ***
Diffstat (limited to 'ace/README')
-rw-r--r-- | ace/README | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ace/README b/ace/README index a8f390ecc75..74b49b1c3b4 100644 --- a/ace/README +++ b/ace/README @@ -85,6 +85,7 @@ ACE_HAS_OLD_MALLOC Compiler/platform uses old malloc()/free() prototypes (ugh) ACE_HAS_ONEARG_SIGWAIT sigwait() takes only one argument. ACE_HAS_ONLY_SCHED_OTHER Platform, e.g., Solaris 2.5, only supports SCHED_OTHER POSIX scheduling policy. ACE_HAS_2_PARAM_ASCTIME_R_AND_CTIME_R Uses ctime_r & asctime_r with only two parameters vs. three. +ACE_HAS_OPTIMIZED_MESSAGE_QUEUE Use the semaphore implementation of ACE_Message_Queue rather than the emulated condition variable (NT and VxWorks). ACE_HAS_ORBIX Platform has Orbix CORBA implementation ACE_HAS_OSF_TIMOD_H Platform supports the OSF TLI timod STREAMS module ACE_HAS_PENTIUM Platform is an Intel Pentium microprocessor. |