summaryrefslogtreecommitdiff
path: root/source3/include
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
commit933db19db30b84aaa25facca2f62ed3991815269 (patch)
tree7fd0c7ecc42f7501344fc0342e82b0d29003432d /source3/include
parent4b6b9920913e4498126bad33316066e0889886cc (diff)
downloadsamba-933db19db30b84aaa25facca2f62ed3991815269.tar.gz
samba-933db19db30b84aaa25facca2f62ed3991815269.tar.bz2
samba-933db19db30b84aaa25facca2f62ed3991815269.zip
reran autoconf
(This used to be commit 32695b1606c6198aca294ebe1436c98d2d698095)
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/config.h.in27
1 files changed, 27 insertions, 0 deletions
diff --git a/source3/include/config.h.in b/source3/include/config.h.in
index 9893f7c2da..29a1d71310 100644
--- a/source3/include/config.h.in
+++ b/source3/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