diff options
Diffstat (limited to 'source3')
-rw-r--r-- | source3/include/config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/source3/include/config.h.in b/source3/include/config.h.in index 6908a83835..9f814a1dc3 100644 --- a/source3/include/config.h.in +++ b/source3/include/config.h.in @@ -444,6 +444,9 @@ /* Define to 1 if you have the `getdents' function. */ #undef HAVE_GETDENTS +/* Define to 1 of you have the `getdirentries' function */ +#undef HAVE_GETDIRENTRIES` + /* Define to 1 if you have the `getgrent' function. */ #undef HAVE_GETGRENT |