summaryrefslogtreecommitdiff
path: root/ACE/ace/config-sunos5.5.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ace/config-sunos5.5.h')
-rw-r--r--ACE/ace/config-sunos5.5.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/ACE/ace/config-sunos5.5.h b/ACE/ace/config-sunos5.5.h
index 4b24d32047e..9564d33150d 100644
--- a/ACE/ace/config-sunos5.5.h
+++ b/ACE/ace/config-sunos5.5.h
@@ -24,6 +24,9 @@
// SunOS 5.5 does not provide getloadavg()
#define ACE_LACKS_GETLOADAVG
+#define ACE_LACKS_CEILL
+#define ACE_LACKS_FLOORL
+
// Some SunOS releases define _POSIX_PTHREAD_SEMANTICS automatically.
// We need to be check if the user has manually defined the macro before
// including <sys/feature_tests.h>.
@@ -130,8 +133,6 @@
// config-g++-common.h undef's ACE_HAS_STRING_CLASS with -frepo, so
// this must appear before its #include.
# define ACE_HAS_STRING_CLASS
-# define ACE_LACKS_CEILL
-# define ACE_LACKS_FLOORL
# include "ace/config-g++-common.h"