diff options
Diffstat (limited to 'source3/include/config.h.in')
-rw-r--r-- | source3/include/config.h.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/source3/include/config.h.in b/source3/include/config.h.in index eff40ac29d..fed57a33fe 100644 --- a/source3/include/config.h.in +++ b/source3/include/config.h.in @@ -628,6 +628,9 @@ /* Define if you have the readdir64 function. */ #undef HAVE_READDIR64 +/* Define if you have the readlink function. */ +#undef HAVE_READLINK + /* Define if you have the rename function. */ #undef HAVE_RENAME @@ -706,6 +709,9 @@ /* Define if you have the strtoul function. */ #undef HAVE_STRTOUL +/* Define if you have the symlink function. */ +#undef HAVE_SYMLINK + /* Define if you have the syscall function. */ #undef HAVE_SYSCALL |