summaryrefslogtreecommitdiff
path: root/source3/acconfig.h
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/acconfig.h
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/acconfig.h')
-rw-r--r--source3/acconfig.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/acconfig.h b/source3/acconfig.h
index 2c6361bf49..f796b77e3c 100644
--- a/source3/acconfig.h
+++ b/source3/acconfig.h
@@ -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