summaryrefslogtreecommitdiff
path: root/ace/README
diff options
context:
space:
mode:
Diffstat (limited to 'ace/README')
-rw-r--r--ace/README4
1 files changed, 4 insertions, 0 deletions
diff --git a/ace/README b/ace/README
index 69bc1c70dee..c05ed540432 100644
--- a/ace/README
+++ b/ace/README
@@ -17,6 +17,10 @@ http://www.cs.wustl.edu/~othman/aceconf/.
Macro Description
----- -----------
+ACE_HAS_DUMP Used to enable the dump() method bodies.
+ If not defined, the bodies are ifdef out
+ in order to reduce footprint. By default,
+ it is not defined.
ACE_CAST_CONST Used to work around broken
SunCC ANSI casts that require
an extra const.