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.h14
1 files changed, 6 insertions, 8 deletions
diff --git a/ace/config-tru64.h b/ace/config-tru64.h
index 2806261cd34..1e6541392c7 100644
--- a/ace/config-tru64.h
+++ b/ace/config-tru64.h
@@ -5,19 +5,17 @@
// Digital UNIX V4.0a and later platforms. It relies on
// config-osf1-4.0.h, and adds deltas for newer platforms.
-#ifndef ACE_CONFIG_TRU64_H
-#define ACE_CONFIG_TRU64_H
+#ifndef ACE_CONFIG_OSF1_H
+#define ACE_CONFIG_OSF1_H
#if defined (DIGITAL_UNIX)
# include "ace/config-osf1-4.0.h"
-# if DIGITAL_UNIX >= 0x40F
-# define ACE_LACKS_SYSTIME_H
-# endif /* DIGITAL_UNIX >= 0x40F */
-# if DIGITAL_UNIX >= 0x500
+# if DIGITAL_UNIX >= 5
# define _LIBC_POLLUTION_H_
-# endif /* DIGITAL_UNIX >= 0x500 */
+# define ACE_LACKS_SYSTIME_H
+# endif /* DIGITAL_UNIX >= 5 */
#else /* ! DIGITAL_UNIX */
# include "ace/config-osf1-3.2.h"
#endif /* ! DIGITAL_UNIX */
-#endif /* ACE_CONFIG_TRU64_H */
+#endif /* ACE_CONFIG_OSF1_H */