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:
@ -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
552
source3/configure
vendored
File diff suppressed because it is too large
Load Diff
@ -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, [
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user