summaryrefslogtreecommitdiff
path: root/ACE/ace/config-hpux-11.00.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ace/config-hpux-11.00.h')
-rw-r--r--ACE/ace/config-hpux-11.00.h5
1 files changed, 3 insertions, 2 deletions
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