1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-03 04:22:09 +03:00

test for loff_t and offset_t to support llseek() on Solaris and Linux.

(This used to be commit 3860269305)
This commit is contained in:
Andrew Tridgell
1998-10-05 03:52:57 +00:00
parent 5081402452
commit f6b9f31d93
4 changed files with 315 additions and 243 deletions

View File

@ -8,6 +8,8 @@
#undef ssize_t
#undef ino_t
#undef ssize_t
#undef loff_t
#undef offset_t
#undef HAVE_CONNECT
#undef HAVE_SHORT_INO_T
#undef WITH_AFS

552
source3/configure vendored

File diff suppressed because it is too large Load Diff

View File

@ -64,6 +64,8 @@ AC_TYPE_SIZE_T
AC_TYPE_PID_T
AC_STRUCT_ST_RDEV
AC_CHECK_TYPE(ino_t,unsigned)
AC_CHECK_TYPE(loff_t,off_t)
AC_CHECK_TYPE(offset_t,loff_t)
AC_CHECK_TYPE(ssize_t, int)
AC_CACHE_CHECK([for errno in errno.h],samba_cv_errno, [

View File

@ -65,6 +65,8 @@
#undef ssize_t
#undef ino_t
#undef ssize_t
#undef loff_t
#undef offset_t
#undef HAVE_CONNECT
#undef HAVE_SHORT_INO_T
#undef WITH_AFS