summaryrefslogtreecommitdiff
path: root/ace/config-tru64.h
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-12-31 15:28:30 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-12-31 15:28:30 +0000
commit147c927e62c13a1dac81427e7eff8329eb868ab0 (patch)
treeb5598fea42953b3f8db30c4355df66a76176c2eb /ace/config-tru64.h
parent1421568f7cc4e57e3ffe34f78e7f023651b060de (diff)
downloadATCD-147c927e62c13a1dac81427e7eff8329eb868ab0.tar.gz
Sun Dec 31 09:23:09 2000 David L. Levine <levine@cs.wustl.edu>
Diffstat (limited to 'ace/config-tru64.h')
-rw-r--r--ace/config-tru64.h19
1 files changed, 11 insertions, 8 deletions
diff --git a/ace/config-tru64.h b/ace/config-tru64.h
index 91f96e2b5c2..b15234e1e6e 100644
--- a/ace/config-tru64.h
+++ b/ace/config-tru64.h
@@ -10,15 +10,18 @@
#include "ace/pre.h"
#if defined (DIGITAL_UNIX)
-# include "ace/config-osf1-4.0.h"
-# if DIGITAL_UNIX >= 0x40E
-# define ACE_LACKS_SYSTIME_H
-# endif /* DIGITAL_UNIX >= 0x40E */
-# if DIGITAL_UNIX >= 0x500
-# define _LIBC_POLLUTION_H_
-# endif /* DIGITAL_UNIX >= 0x500 */
+# include "ace/config-osf1-4.0.h"
+# if DIGITAL_UNIX >= 0x40E
+# define ACE_LACKS_SYSTIME_H
+# endif /* DIGITAL_UNIX >= 0x40E */
+# if DIGITAL_UNIX >= 0x500
+# define _LIBC_POLLUTION_H_
+# endif /* DIGITAL_UNIX >= 0x500 */
+# if DIGITAL_UNIX >= 0x510
+# define ACE_LACKS_CUSERID
+# endif /* DIGITAL_UNIX >= 0x510 */
#else /* ! DIGITAL_UNIX */
-# include "ace/config-osf1-3.2.h"
+# include "ace/config-osf1-3.2.h"
#endif /* ! DIGITAL_UNIX */
#include "ace/post.h"