summaryrefslogtreecommitdiff
path: root/ACE/ace/config-freebsd.h
diff options
context:
space:
mode:
authorOlli Savia <ops@iki.fi>2014-12-19 00:28:31 +0200
committerOlli Savia <ops@iki.fi>2014-12-19 00:28:31 +0200
commit2c79817583b064c2ba223bf9d01cae5e4824546e (patch)
tree89adc76f785d88c463a7e3027ab0464e37999851 /ACE/ace/config-freebsd.h
parent92ee48d432a8d9a0d9a6081248a02cef210d5ea1 (diff)
downloadATCD-2c79817583b064c2ba223bf9d01cae5e4824546e.tar.gz
Moved FreeBSD specific settings from OS_NS_stdlib.h to config-freebsd.h
Diffstat (limited to 'ACE/ace/config-freebsd.h')
-rw-r--r--ACE/ace/config-freebsd.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/ACE/ace/config-freebsd.h b/ACE/ace/config-freebsd.h
index bd08937b112..7f6e36f0aa2 100644
--- a/ACE/ace/config-freebsd.h
+++ b/ACE/ace/config-freebsd.h
@@ -14,6 +14,11 @@
// Make sure we source in the OS version.
#include <osreldate.h>
+// Make sure system defined macro (not related to ACE_OS::atop)
+// is not defined during ACE compilation
+#include <machine/param.h>
+#undef atop
+
#include "ace/config-posix.h"
#include "ace/config-g++-common.h"