summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>2010-02-24 02:51:06 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>2010-02-24 02:51:06 +0000
commit2245e154246e9cbff7000fdc10e1265a1dc5c053 (patch)
tree8f1d3fea16f8d0753c4c3ace9c4e14454df4795a
parent8abd43a7eb35d4f27b13287229fbdf07cc12ec8b (diff)
downloadATCD-2245e154246e9cbff7000fdc10e1265a1dc5c053.tar.gz
ChangeLogTag:Wed
-rw-r--r--ACE/ChangeLog5
-rw-r--r--ACE/ace/config-sunos5.5.h2
2 files changed, 7 insertions, 0 deletions
diff --git a/ACE/ChangeLog b/ACE/ChangeLog
index f9e00ce945b..8fa8a04ec4e 100644
--- a/ACE/ChangeLog
+++ b/ACE/ChangeLog
@@ -1,3 +1,8 @@
+Wed Feb 24 02:48:37 UTC 2010 Douglas C. Schmidt <schmidt@dre.vanderbilt.edu>
+
+ * ace/config-sunos5.5.h:
+ #define ACE_LACKS_CEILL & ACE_LACKS_FLOORL
+
Tue Feb 23 19:45:39 UTC 2010 Douglas C. Schmidt <schmidt@dre.vanderbilt.edu>
* tests/OS_Test.cpp: Added tests for floorl() and ceill(). Thanks
diff --git a/ACE/ace/config-sunos5.5.h b/ACE/ace/config-sunos5.5.h
index 592567c8803..4b24d32047e 100644
--- a/ACE/ace/config-sunos5.5.h
+++ b/ACE/ace/config-sunos5.5.h
@@ -130,6 +130,8 @@
// 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"