summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2007-03-01 13:20:42 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2007-03-01 13:20:42 +0000
commit0acfd516a1df666dd9334b8b0c78eb611284c2de (patch)
tree6e877359d3f1ffd2975c95afb017352f9cd1e329
parentf70eb0f16b6f3afee0ac13b40a1c60fe16dcd3c3 (diff)
downloadATCD-0acfd516a1df666dd9334b8b0c78eb611284c2de.tar.gz
Thu Mar 1 13:15:12 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>
-rw-r--r--ACE/ChangeLog5
-rw-r--r--ACE/ace/config-hpux-11.00.h3
2 files changed, 7 insertions, 1 deletions
diff --git a/ACE/ChangeLog b/ACE/ChangeLog
index f9ebfd4a4fd..6eda7fb44b2 100644
--- a/ACE/ChangeLog
+++ b/ACE/ChangeLog
@@ -1,3 +1,8 @@
+Thu Mar 1 13:15:12 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>
+
+ * ace/config-hpux-11.00.h:
+ Only define ACE_HAS_VSWPRINTF for aCC
+
Thu Mar 1 12:28:12 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>
* ace/Sock_Connect.cpp:
diff --git a/ACE/ace/config-hpux-11.00.h b/ACE/ace/config-hpux-11.00.h
index 1ee62c47168..570d5815f17 100644
--- a/ACE/ace/config-hpux-11.00.h
+++ b/ACE/ace/config-hpux-11.00.h
@@ -128,6 +128,8 @@
// Compiler supports template specialization.
# define ACE_HAS_TEMPLATE_SPECIALIZATION
+# define ACE_HAS_VSWPRINTF
+
# endif /* __cplusplus < 199707L */
// Compiler doesn't handle 'signed char' correctly (used in ace/IOStream.h)
@@ -382,7 +384,6 @@
#define ACE_LACKS_SUSECONDS_T
#define ACE_LACKS_SYS_SYSCTL_H
-#define ACE_HAS_VSWPRINTF
// Shared library name/path components
#if defined (__ia64)