some tests for stat64() and friends
authorAndrew Tridgell <tridge@samba.org>
Mon, 5 Oct 1998 00:48:59 +0000 (00:48 +0000)
committerAndrew Tridgell <tridge@samba.org>
Mon, 5 Oct 1998 00:48:59 +0000 (00:48 +0000)
source/configure.in

index a5d75779eb1bc241bfe988a55bdd7843d41c449c..e892e42ec7f60fefa896898503bca332133b280e 100644 (file)
@@ -177,6 +177,8 @@ AC_CHECK_FUNCS(_acl __acl _facl __facl _open __open _chdir __chdir)
 AC_CHECK_FUNCS(_close __close _fchdir __fchdir _fcntl __fcntl)
 AC_CHECK_FUNCS(_getdents __getdents _lseek __lseek _read __read)
 AC_CHECK_FUNCS(_write __write)
+AC_CHECK_FUNCS(_stat64 __stat64 _fstat64 __fstat64 _lstat64 __lstat64)
+AC_CHECK_FUNCS(llseek _llseek __llseek)
 
 AC_CACHE_CHECK([for long long],samba_cv_have_longlong,[
 AC_TRY_RUN([#include <stdio.h>