diff options
author | Steve Huston <shuston@riverace.com> | 1998-09-23 02:40:56 +0000 |
---|---|---|
committer | Steve Huston <shuston@riverace.com> | 1998-09-23 02:40:56 +0000 |
commit | 693ffd274ee20bceb880775b3af8ec064d0699f6 (patch) | |
tree | 0e88de3ce5acc1fc53c856183b4200e65bb45cab /ace | |
parent | 45d4c00c034e5d0dc4c1ce0b709a4d85051522d1 (diff) | |
download | ATCD-693ffd274ee20bceb880775b3af8ec064d0699f6.tar.gz |
Added ACE_HAS_DIRENT
Diffstat (limited to 'ace')
-rw-r--r-- | ace/config-aix-4.2.x.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ace/config-aix-4.2.x.h b/ace/config-aix-4.2.x.h index e151cd3cfa0..f03b5a0554a 100644 --- a/ace/config-aix-4.2.x.h +++ b/ace/config-aix-4.2.x.h @@ -73,6 +73,9 @@ // Compiler/platform has correctly prototyped header files. #define ACE_HAS_CPLUSPLUS_HEADERS +// Compiler has readdir and friends. +#define ACE_HAS_DIRENT + // Compiler/platform supports poll(). #define ACE_HAS_POLL |