summaryrefslogtreecommitdiff
path: root/source3/include
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/include
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/include')
-rw-r--r--source3/include/config.h.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/include/config.h.in b/source3/include/config.h.in
index 7b5d4be043..b5c3fa7b26 100644
--- a/source3/include/config.h.in
+++ b/source3/include/config.h.in
@@ -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