summaryrefslogtreecommitdiff
path: root/source3/include/config.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'source3/include/config.h.in')
-rw-r--r--source3/include/config.h.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/source3/include/config.h.in b/source3/include/config.h.in
index 29a1d71310..df613d2d3b 100644
--- a/source3/include/config.h.in
+++ b/source3/include/config.h.in
@@ -205,6 +205,9 @@
/* Define if you have the __readdir function. */
#undef HAVE___READDIR
+/* Define if you have the __readdir64 function. */
+#undef HAVE___READDIR64
+
/* Define if you have the __seekdir function. */
#undef HAVE___SEEKDIR
@@ -286,6 +289,9 @@
/* Define if you have the _readdir function. */
#undef HAVE__READDIR
+/* Define if you have the _readdir64 function. */
+#undef HAVE__READDIR64
+
/* Define if you have the _seekdir function. */
#undef HAVE__SEEKDIR
@@ -427,6 +433,9 @@
/* Define if you have the rdchk function. */
#undef HAVE_RDCHK
+/* Define if you have the readdir64 function. */
+#undef HAVE_READDIR64
+
/* Define if you have the rename function. */
#undef HAVE_RENAME