Synchronized with documentations/db/credits.
[AROS.git] / tools / MetaMake / config.h.bot
blob51a44539906430341a10417a7a5d734deb44bb99
2 #if HAVE_UNISTD_H
3 # include <sys/types.h>
4 # include <unistd.h>
5 #endif
7 #if HAVE_DIRENT_H
8 # include <dirent.h>
9 # define NAMLEN(dirent) strlen((dirent)->d_name)
10 #else
11 # define dirent direct
12 # define NAMLEN(dirent) (dirent)->d_namlen
13 # if HAVE_SYS_NDIR_H
14 #  include <sys/ndir.h>
15 # endif
16 # if HAVE_SYS_DIR_H
17 #  include <sys/dir.h>
18 # endif
19 # if HAVE_NDIR_H
20 #  include <ndir.h>
21 # endif
22 #endif
24 #endif /* CONFIG_H */