summaryrefslogtreecommitdiffstats
path: root/source/include
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>1998-12-01 00:19:40 +0000
committerJeremy Allison <jra@samba.org>1998-12-01 00:19:40 +0000
commite403ac659a7839b135b3d9461aa88dd9574a356d (patch)
tree681bc8b57836c966a17493f8d7ed383b59b32af2 /source/include
parent6cdc5d56f8cd907c5a95226f6ca5b0d3ff96c48e (diff)
downloadsamba-e403ac659a7839b135b3d9461aa88dd9574a356d.tar.gz
samba-e403ac659a7839b135b3d9461aa88dd9574a356d.tar.xz
samba-e403ac659a7839b135b3d9461aa88dd9574a356d.zip
Makefile.in: Implemented andrej's private and swat file changes.
configure.in: Implemented andrej's private and swat file changes and SINIX changes. client/smbmount.c: Head branch race condition fix. lib/system.c: Fix compile for OS's that don't have shared mmap. smbd/dfree.c: Fix compile for STAT_STATVFS64 as well as STAT_STATVFS. utils/smbpasswd.c: Tidied up error messages. Jeremy.
Diffstat (limited to 'source/include')
-rw-r--r--source/include/config.h.in12
1 files changed, 12 insertions, 0 deletions
diff --git a/source/include/config.h.in b/source/include/config.h.in
index 393a0e679f1..8f4c0a7cd1b 100644
--- a/source/include/config.h.in
+++ b/source/include/config.h.in
@@ -143,6 +143,9 @@
#undef HAVE_GETSPNAM
#undef HAVE_BIGCRYPT
#undef HAVE_GETPRPWNAM
+#undef HAVE_FSTAT64
+#undef HAVE_LSTAT64
+#undef HAVE_STAT64
/* The number of bytes in a int. */
#undef SIZEOF_INT
@@ -408,6 +411,9 @@
/* Define if you have the fseek64 function. */
#undef HAVE_FSEEK64
+/* Define if you have the fseeko64 function. */
+#undef HAVE_FSEEKO64
+
/* Define if you have the fstat function. */
#undef HAVE_FSTAT
@@ -420,6 +426,9 @@
/* Define if you have the ftell64 function. */
#undef HAVE_FTELL64
+/* Define if you have the ftello64 function. */
+#undef HAVE_FTELLO64
+
/* Define if you have the ftruncate function. */
#undef HAVE_FTRUNCATE
@@ -573,6 +582,9 @@
/* Define if you have the stat64 function. */
#undef HAVE_STAT64
+/* Define if you have the strcasecmp function. */
+#undef HAVE_STRCASECMP
+
/* Define if you have the strchr function. */
#undef HAVE_STRCHR