diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-07-12 20:35:44 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-07-12 20:35:44 +0000 |
commit | d7d80ba3607d33840b7088f44387fe5ad667e7b4 (patch) | |
tree | ce255e96241a905c479bba980ced9fb4fe0e0242 /ace/config-tru64.h | |
parent | 477db17731d9219b73e57e35fc5f591933aac936 (diff) | |
download | ATCD-d7d80ba3607d33840b7088f44387fe5ad667e7b4.tar.gz |
ChangeLogTag: Mon Jul 12 15:27:37 1999 David L. Levine <levine@cs.wustl.edu>
Diffstat (limited to 'ace/config-tru64.h')
-rw-r--r-- | ace/config-tru64.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ace/config-tru64.h b/ace/config-tru64.h index 1e6541392c7..6d16b99501a 100644 --- a/ace/config-tru64.h +++ b/ace/config-tru64.h @@ -10,10 +10,10 @@ #if defined (DIGITAL_UNIX) # include "ace/config-osf1-4.0.h" -# if DIGITAL_UNIX >= 5 +# if DIGITAL_UNIX >= 0x4F # define _LIBC_POLLUTION_H_ # define ACE_LACKS_SYSTIME_H -# endif /* DIGITAL_UNIX >= 5 */ +# endif /* DIGITAL_UNIX >= 0x50 */ #else /* ! DIGITAL_UNIX */ # include "ace/config-osf1-3.2.h" #endif /* ! DIGITAL_UNIX */ |