summaryrefslogtreecommitdiff
path: root/ace/config-all.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/config-all.h')
-rw-r--r--ace/config-all.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/ace/config-all.h b/ace/config-all.h
index f88992dcff9..9fe170b5c94 100644
--- a/ace/config-all.h
+++ b/ace/config-all.h
@@ -27,6 +27,21 @@
#endif /* ACE_LACKS_PRAGMA_ONCE */
// ============================================================================
+// Turn latest-and-greatest ACE features on/off.
+// If you need to use "legacy" settings, add ACE_ONLY_LATEST_AND_GREATEST 0
+// to your config.h file.
+// ============================================================================
+
+#if defined (ACE_ONLY_LATEST_AND_GREATEST) && \
+ (ACE_ONLY_LATEST_AND_GREATEST == 0)
+# undef ACE_ONLY_LATEST_AND_GREATEST
+#else
+# if !defined (ACE_ONLY_LATEST_AND_GREATEST)
+# define ACE_ONLY_LATEST_AND_GREATEST
+# endif /* !defined (ACE_ONLY_LATEST_AND_GREATEST) */
+#endif /* ACE_ONLY_LATEST_AND_GREATEST disabled */
+
+// ============================================================================
// RCSID Macros
// ============================================================================