diff options
author | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-11-13 18:05:57 +0000 |
---|---|---|
committer | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-11-13 18:05:57 +0000 |
commit | 166b274f7d18e4657e05f279f5a333716330084e (patch) | |
tree | 21aebdb4472884e5519986e82ddad3edb4a8621e /ace/config-irix6.x-common.h | |
parent | dde22af64582c60a98bdc30c40fd851d4a386ed8 (diff) | |
download | ATCD-166b274f7d18e4657e05f279f5a333716330084e.tar.gz |
ChangeLogTag:Fri Nov 13 12:03:18 1998 Carlos O'Ryan <coryan@cs.wustl.edu>
Diffstat (limited to 'ace/config-irix6.x-common.h')
-rw-r--r-- | ace/config-irix6.x-common.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ace/config-irix6.x-common.h b/ace/config-irix6.x-common.h index c577fb8d2c1..5ed836d050c 100644 --- a/ace/config-irix6.x-common.h +++ b/ace/config-irix6.x-common.h @@ -128,6 +128,9 @@ //************************************************************** #define ACE_HAS_DIRENT +// Unless the thread enabled version is used the readdir_r interface +// does not get defined in IRIX 6.2 +#define ACE_LACKS_READDIR_R #define ACE_LACKS_RWLOCK_T #define ACE_HAS_GPERF |