diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-09-08 03:09:53 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-09-08 03:09:53 +0000 |
commit | 2ea0dd44e52c640ae307740723a384f0a88dba13 (patch) | |
tree | 6d85d4e160a1dd25b0b15a905db5d5536c09d0a7 /ace/config-vxworks5.x.h | |
parent | ad7deeaa509b7d5472c63cf86afde357b4ea611c (diff) | |
download | ATCD-2ea0dd44e52c640ae307740723a384f0a88dba13.tar.gz |
(readdir_r,rewinddir,seekdir,telldir): added support for
ACE_LACKS_READDIR_R, ACE_LACKS_SEEKDIR, and ACE_LACKS_TELLDIR.
Diffstat (limited to 'ace/config-vxworks5.x.h')
-rw-r--r-- | ace/config-vxworks5.x.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ace/config-vxworks5.x.h b/ace/config-vxworks5.x.h index 45520471a43..2e1f2524c1d 100644 --- a/ace/config-vxworks5.x.h +++ b/ace/config-vxworks5.x.h @@ -104,9 +104,11 @@ #define ACE_LACKS_NETDB_REENTRANT_FUNCTIONS #define ACE_LACKS_PARAM_H #define ACE_LACKS_PWD_FUNCTIONS +#define ACE_LACKS_READDIR_R #define ACE_LACKS_RLIMIT #define ACE_LACKS_RWLOCK_T #define ACE_LACKS_SBRK +#define ACE_LACKS_SEEKDIR #define ACE_LACKS_SEMBUF_T #define ACE_LACKS_SIGINFO_H #define ACE_LACKS_SIGNED_CHAR @@ -118,6 +120,7 @@ #define ACE_LACKS_SYSV_MSG_H #define ACE_LACKS_SYSV_SHMEM #define ACE_LACKS_SYS_NERR +#define ACE_LACKS_TELLDIR #define ACE_LACKS_TIMESPEC_T #define ACE_LACKS_UCONTEXT_H #define ACE_LACKS_UNIX_SIGNALS |