diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-05-07 19:39:58 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-05-07 19:39:58 +0000 |
commit | 217da1326d89d87d9e4759ca737516b080d1f2b8 (patch) | |
tree | c291035032d5398349dcc80c8d5694d8808a5251 /ace/config-osf1-4.0.h | |
parent | 1ef668182dac6347485b10fc7e7e48265c1359ce (diff) | |
download | ATCD-217da1326d89d87d9e4759ca737516b080d1f2b8.tar.gz |
conditionally #define DIGITAL_UNIX, to support definition in CFLAGS
Diffstat (limited to 'ace/config-osf1-4.0.h')
-rw-r--r-- | ace/config-osf1-4.0.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ace/config-osf1-4.0.h b/ace/config-osf1-4.0.h index 236bfc786c0..b3296421f91 100644 --- a/ace/config-osf1-4.0.h +++ b/ace/config-osf1-4.0.h @@ -85,7 +85,9 @@ # define ACE_HAS_RECURSIVE_THR_EXIT_SEMANTICS # define ACE_LACKS_T_ERRNO # define ACE_POLL_IS_BROKEN -# define DIGITAL_UNIX +# if !defined (DIGITAL_UNIX) +# define DIGITAL_UNIX +# endif /* ! DIGITAL_UNIX */ // DJT removed this due to some minor issues related to the // definitions of timestruc_t and tid_t in procfs.h not sure what // functionality is lost? Platform supports <sys/procfs.h> |