summaryrefslogtreecommitdiff
path: root/ace/README
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1997-12-20 22:53:49 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1997-12-20 22:53:49 +0000
commit6251c750398f5e7e5ec36275d2d34cc7b341d55f (patch)
tree0de1d87f1db0ac7411f93ef8a71172bd0e019c93 /ace/README
parentea6f3c5a06cd31171f726105c376c34274d6eece (diff)
downloadATCD-6251c750398f5e7e5ec36275d2d34cc7b341d55f.tar.gz
*** empty log message ***
Diffstat (limited to 'ace/README')
-rw-r--r--ace/README1
1 files changed, 1 insertions, 0 deletions
diff --git a/ace/README b/ace/README
index 29b0d18409a..38636245825 100644
--- a/ace/README
+++ b/ace/README
@@ -85,6 +85,7 @@ ACE_HAS_LIMITED_RUSAGE_T The rusage_t structure has only two fields.
ACE_HAS_LONGLONG_T Compiler/platform supports the "long long" datatype.
ACE_HAS_LONG_FDMASK Compiler/platform has typedef u_long fdmask (e.g., Linux).
ACE_HAS_LONG_MAP_FAILED Platform defines MAP_FAILED as a long constant.
+ACE_HAS_MALLOC_STATS Enabled malloc statistics collection.
ACE_HAS_MINIMUM_IOSTREAMH_INCLUSION Avoid #including ace/streams.h in OS.h. Users must include ace/streams.h, <iostream>, or <iostream.h> explicitly in their code. Some platforms, such as g++/VxWorks, have trouble compiling templates and iostreams header because of static variables in the stream headers. This flag will also avoid extra compilation and runtime overheads on some platforms.
ACE_HAS_MFC Platform supports Microsoft Foundation Classes
ACE_HAS_MSG Platform supports recvmsg and sendmsg