summaryrefslogtreecommitdiff
path: root/source3/configure.in
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>1998-10-05 03:52:57 +0000
committerAndrew Tridgell <tridge@samba.org>1998-10-05 03:52:57 +0000
commitf6b9f31d9343a252a84e67635a1342b5ba33b21a (patch)
tree70faa914381fd1a4d547bb64b6ec7ac646f33bed /source3/configure.in
parent508140245293d8a013683db59bc7be2c6b9d8403 (diff)
downloadsamba-f6b9f31d9343a252a84e67635a1342b5ba33b21a.tar.gz
samba-f6b9f31d9343a252a84e67635a1342b5ba33b21a.tar.bz2
samba-f6b9f31d9343a252a84e67635a1342b5ba33b21a.zip
test for loff_t and offset_t to support llseek() on Solaris and Linux.
(This used to be commit 386026930557584fda14f8cdc07c41d84d630b39)
Diffstat (limited to 'source3/configure.in')
-rw-r--r--source3/configure.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/configure.in b/source3/configure.in
index aebf6b6f68..7373416e17 100644
--- a/source3/configure.in
+++ b/source3/configure.in
@@ -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, [