summaryrefslogtreecommitdiff
path: root/ACE/ace/config-all.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2008-04-28 11:39:40 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2008-04-28 11:39:40 +0000
commit0bfae5231d79d7511bad6b2f869061acd3cd69ab (patch)
tree56e5607a26f3b7b1abfc8fe05d4a61842d24d1b9 /ACE/ace/config-all.h
parenta3fa2a4e0802f53e0506087909f0a5f0782cbf2c (diff)
downloadATCD-0bfae5231d79d7511bad6b2f869061acd3cd69ab.tar.gz
Mon Apr 28 11:37:54 UTC 2008 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'ACE/ace/config-all.h')
-rw-r--r--ACE/ace/config-all.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/ACE/ace/config-all.h b/ACE/ace/config-all.h
index 395330e7795..970b1aba744 100644
--- a/ACE/ace/config-all.h
+++ b/ACE/ace/config-all.h
@@ -72,6 +72,10 @@
# include "ace/Trace.h"
#endif /* ACE_OS_NTRACE */
+#if !defined (ACE_HAS_MONITOR_FRAMEWORK)
+# define ACE_HAS_MONITOR_FRAMEWORK 1
+#endif
+
// These includes are here to avoid circular dependencies.
// Keep this at the bottom of the file. It contains the main macros.
#include "ace/OS_main.h"