diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-02-24 03:53:06 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-02-24 03:53:06 +0000 |
commit | 845638d337a0abcf0f27f9f1d254570f227bff68 (patch) | |
tree | ab1e1215b638abcc592bd5a3c3714e32af61da26 /ace/README | |
parent | 6449c9a1fcba33a6373fe1f705303e612564685e (diff) | |
download | ATCD-845638d337a0abcf0f27f9f1d254570f227bff68.tar.gz |
added ACE_HAS_MINIMAL_ACE_OS support
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 e366b255228..84acfc3021b 100644 --- a/ace/README +++ b/ace/README @@ -315,6 +315,7 @@ ACE_HAS_LONG_MAP_FAILED Platform defines MAP_FAILED as a long constant. ACE_HAS_MALLOC_STATS Enabled malloc statistics collection. +ACE_HAS_MINIMAL_ACE_OS Disables some #includes in ace/OS.*. ACE_HAS_MINIMUM_IOSTREAMH_INCLUSION Avoid #including ace/streams.h in OS.h. Users must include ace/streams.h, <iostream>, or |