diff options
Diffstat (limited to 'source/include/config.h.in')
-rw-r--r-- | source/include/config.h.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/source/include/config.h.in b/source/include/config.h.in index 92056f075af..289f06f0a23 100644 --- a/source/include/config.h.in +++ b/source/include/config.h.in @@ -408,6 +408,9 @@ /* Define if you have the getcwd function. */ #undef HAVE_GETCWD +/* Define if you have the getdents function. */ +#undef HAVE_GETDENTS + /* Define if you have the getgrnam function. */ #undef HAVE_GETGRNAM @@ -654,6 +657,9 @@ /* Define if you have the <sys/capability.h> header file. */ #undef HAVE_SYS_CAPABILITY_H +/* Define if you have the <sys/cdefs.h> header file. */ +#undef HAVE_SYS_CDEFS_H + /* Define if you have the <sys/dir.h> header file. */ #undef HAVE_SYS_DIR_H |