summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2007-03-14 09:09:25 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2007-03-14 09:09:25 +0000
commit41b8723bca37ced7fe38aaa2b757910363d578c1 (patch)
treed271518b8d7ef45c40604fc5f791dae94b850baa
parent428e70d52289b81a0c0783dcd5a4ec34fd5fd2b7 (diff)
downloadATCD-41b8723bca37ced7fe38aaa2b757910363d578c1.tar.gz
Wed Mar 14 09:09:12 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>
-rw-r--r--ACE/ChangeLog12
-rw-r--r--ACE/ace/config-hpux-11.00.h5
2 files changed, 15 insertions, 2 deletions
diff --git a/ACE/ChangeLog b/ACE/ChangeLog
index 9d1920c2a7b..e2ca1ef2784 100644
--- a/ACE/ChangeLog
+++ b/ACE/ChangeLog
@@ -1,3 +1,15 @@
+Wed Mar 14 09:09:12 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>
+
+ * ace/config-hpux-11.00.h:
+ Set ACE_HAS_VSWPRINTF independent of the compiler used
+
+Wed Mar 14 08:09:12 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>
+
+ * ace/config-linux-common.h:
+ * ace/config-lite.h:
+ * include/makeinclude/platform_linux_suncc.GNU:
+ Changes for the Sun Studio 12 Early Access compiler on linux
+
Tue Mar 13 22:04:35 UTC 2007 Steve Huston <shuston@riverace.com>
* tests/unload_libace.mpb: Squish the VC8 warning about deprecated
diff --git a/ACE/ace/config-hpux-11.00.h b/ACE/ace/config-hpux-11.00.h
index 61e616a880e..23580954c98 100644
--- a/ACE/ace/config-hpux-11.00.h
+++ b/ACE/ace/config-hpux-11.00.h
@@ -133,8 +133,6 @@
// Compiler doesn't handle 'signed char' correctly (used in ace/IOStream.h)
# define ACE_LACKS_SIGNED_CHAR
-# define ACE_HAS_VSWPRINTF
-
#endif /* __GNUG__, HP */
//*********************************************************************
@@ -192,6 +190,7 @@
// Preprocessor needs some help with data types
#if defined (__LP64__)
# define ACE_SIZEOF_LONG 8
+# define ACE_SIZEOF_FLOAT 8
#else
# define ACE_SIZEOF_LONG 4
#endif
@@ -235,6 +234,8 @@
// Compiler/platform has Dirent iterator functions.
#define ACE_HAS_DIRENT
+#define ACE_HAS_VSWPRINTF
+
// Platform supports getpagesize() call
#define ACE_HAS_GETPAGESIZE
// But we define this just to be safe