From e403ac659a7839b135b3d9461aa88dd9574a356d Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Tue, 1 Dec 1998 00:19:40 +0000 Subject: 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. --- source/include/config.h.in | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'source/include/config.h.in') 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 -- cgit