diff options
author | nanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-09-08 03:13:23 +0000 |
---|---|---|
committer | nanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-09-08 03:13:23 +0000 |
commit | 0eb584dc1961209b9e0646ce2d15f756fdf1eef1 (patch) | |
tree | 01d81b764a4d155d9474f76068fbc7e26a15477d /ace/config-linux-common.h | |
parent | 044d8f6ca7133f7fce569145413322c5da5b34ce (diff) | |
download | ATCD-0eb584dc1961209b9e0646ce2d15f756fdf1eef1.tar.gz |
Added ACE_HAS_DIRENT.
Diffstat (limited to 'ace/config-linux-common.h')
-rw-r--r-- | ace/config-linux-common.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ace/config-linux-common.h b/ace/config-linux-common.h index 319dff0c9bc..8caa528e2f8 100644 --- a/ace/config-linux-common.h +++ b/ace/config-linux-common.h @@ -168,6 +168,8 @@ #define ACE_HAS_GPERF +#define ACE_HAS_DIRENT + // Turns off the tracing feature. #if !defined (ACE_NTRACE) # define ACE_NTRACE 1 |