From 3a9beef2b7b25427ee4611cfc375e05cc82a1150 Mon Sep 17 00:00:00 2001 From: Richard Sharpe Date: Fri, 24 Jan 2003 18:35:22 +0000 Subject: [PATCH] At the prompting, start to add infrastructure to detect the presence of getdirentries. We would also detect getdents if present. This has some rudimentary support already. (This used to be commit 916c8784d21f566a1fb048301c3e78a9ecc52ea8) --- source3/include/config.h.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/source3/include/config.h.in b/source3/include/config.h.in index 6908a838358..9f814a1dc3c 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 -- 2.11.4.GIT