summaryrefslogtreecommitdiff
path: root/ace/config-aix-4.2.x.h
diff options
context:
space:
mode:
authorSteve Huston <shuston@riverace.com>1998-09-23 02:40:56 +0000
committerSteve Huston <shuston@riverace.com>1998-09-23 02:40:56 +0000
commit693ffd274ee20bceb880775b3af8ec064d0699f6 (patch)
tree0e88de3ce5acc1fc53c856183b4200e65bb45cab /ace/config-aix-4.2.x.h
parent45d4c00c034e5d0dc4c1ce0b709a4d85051522d1 (diff)
downloadATCD-693ffd274ee20bceb880775b3af8ec064d0699f6.tar.gz
Added ACE_HAS_DIRENT
Diffstat (limited to 'ace/config-aix-4.2.x.h')
-rw-r--r--ace/config-aix-4.2.x.h3
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