summaryrefslogtreecommitdiffstats
path: root/source/include/config.h.in
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>1998-10-05 00:50:41 +0000
committerAndrew Tridgell <tridge@samba.org>1998-10-05 00:50:41 +0000
commit32695b1606c6198aca294ebe1436c98d2d698095 (patch)
tree3a648ad174017645d0e7688bd1984b613b2ac89b /source/include/config.h.in
parent16e7b196344457218b4902a198e28751311973a7 (diff)
downloadsamba-32695b1606c6198aca294ebe1436c98d2d698095.tar.gz
samba-32695b1606c6198aca294ebe1436c98d2d698095.tar.xz
samba-32695b1606c6198aca294ebe1436c98d2d698095.zip
reran autoconf
Diffstat (limited to 'source/include/config.h.in')
-rw-r--r--source/include/config.h.in27
1 files changed, 27 insertions, 0 deletions
diff --git a/source/include/config.h.in b/source/include/config.h.in
index 9893f7c2da2..29a1d71310a 100644
--- a/source/include/config.h.in
+++ b/source/include/config.h.in
@@ -166,6 +166,9 @@
/* Define if you have the __fstat function. */
#undef HAVE___FSTAT
+/* Define if you have the __fstat64 function. */
+#undef HAVE___FSTAT64
+
/* Define if you have the __fxstat function. */
#undef HAVE___FXSTAT
@@ -175,12 +178,18 @@
/* Define if you have the __getdents function. */
#undef HAVE___GETDENTS
+/* Define if you have the __llseek function. */
+#undef HAVE___LLSEEK
+
/* Define if you have the __lseek function. */
#undef HAVE___LSEEK
/* Define if you have the __lstat function. */
#undef HAVE___LSTAT
+/* Define if you have the __lstat64 function. */
+#undef HAVE___LSTAT64
+
/* Define if you have the __lxstat function. */
#undef HAVE___LXSTAT
@@ -202,6 +211,9 @@
/* Define if you have the __stat function. */
#undef HAVE___STAT
+/* Define if you have the __stat64 function. */
+#undef HAVE___STAT64
+
/* Define if you have the __telldir function. */
#undef HAVE___TELLDIR
@@ -241,18 +253,27 @@
/* Define if you have the _fstat function. */
#undef HAVE__FSTAT
+/* Define if you have the _fstat64 function. */
+#undef HAVE__FSTAT64
+
/* 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 _llseek function. */
+#undef HAVE__LLSEEK
+
/* Define if you have the _lseek function. */
#undef HAVE__LSEEK
/* Define if you have the _lstat function. */
#undef HAVE__LSTAT
+/* Define if you have the _lstat64 function. */
+#undef HAVE__LSTAT64
+
/* Define if you have the _open function. */
#undef HAVE__OPEN
@@ -271,6 +292,9 @@
/* Define if you have the _stat function. */
#undef HAVE__STAT
+/* Define if you have the _stat64 function. */
+#undef HAVE__STAT64
+
/* Define if you have the _telldir function. */
#undef HAVE__TELLDIR
@@ -364,6 +388,9 @@
/* Define if you have the innetgr function. */
#undef HAVE_INNETGR
+/* Define if you have the llseek function. */
+#undef HAVE_LLSEEK
+
/* Define if you have the lseek64 function. */
#undef HAVE_LSEEK64