repo.or.cz
/
AROS.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
libcall.h (x86_64): Pass libbase in register r11 when using the libcall macros
[AROS.git]
/
tools
/
MetaMake
/
config.h.bot
blob
51a44539906430341a10417a7a5d734deb44bb99
1
2
#if HAVE_UNISTD_H
3
# include <sys/types.h>
4
# include <unistd.h>
5
#endif
6
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
23
24
#endif /* CONFIG_H */