summaryrefslogtreecommitdiff
path: root/ace/config-tru64.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/config-tru64.h')
-rw-r--r--ace/config-tru64.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/ace/config-tru64.h b/ace/config-tru64.h
index 965a19c7c23..06aa1c3596b 100644
--- a/ace/config-tru64.h
+++ b/ace/config-tru64.h
@@ -12,11 +12,14 @@
#if defined (DIGITAL_UNIX)
# include "ace/config-osf1-4.0.h"
# define ACE_HAS_NONSTATIC_OBJECT_MANAGER
+# if DIGITAL_UNIX >= 0x500
// It's possible that snprintf() is available on earlier Tru64 versions,
// but this is the only way it's been tested. Steve Huston, 22-Jan-2003
+// It is not on 4.0F. Rich Seibel, 6 Feb 2003
# ifndef ACE_HAS_SNPRINTF
# define ACE_HAS_SNPRINTF
# endif /* ACE_HAS_SNPRINTF */
+# endif /* DIGITAL_UNIX >= 0x500 */
# if DIGITAL_UNIX >= 0x40D
# define ACE_LACKS_SYSTIME_H
# endif /* DIGITAL_UNIX >= 0x40D */