9 #else /* not HAVE_DIRENT_H */
10 # define dirent direct
12 # include <sys/ndir.h>
13 # endif /* HAVE_SYS_NDIR_H */
16 # endif /* HAVE_SYS_DIR_H */
19 # endif /* HAVE_NDIR_H */
20 #endif /* HAVE_DIRENT_H */
22 #ifndef HAVE_DECL_DIRFD
23 "this configure-time declaration test was not run"
25 #if !HAVE_DECL_DIRFD && !defined dirfd
26 int dirfd (DIR const *);