summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Sharpe <sharpe@samba.org>2003-01-24 18:35:22 +0000
committerRichard Sharpe <sharpe@samba.org>2003-01-24 18:35:22 +0000
commit3a9beef2b7b25427ee4611cfc375e05cc82a1150 (patch)
tree6ff6ee0d8afbc64c6135d078c59b8a32f02ab7ae
parentbb3bf8d3f47edc62e19050ddc5b2754c339a2ee8 (diff)
downloadsamba-3a9beef2b7b25427ee4611cfc375e05cc82a1150.tar.gz
samba-3a9beef2b7b25427ee4611cfc375e05cc82a1150.tar.bz2
samba-3a9beef2b7b25427ee4611cfc375e05cc82a1150.zip
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)
-rw-r--r--source3/include/config.h.in3
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