From f6b9f31d9343a252a84e67635a1342b5ba33b21a Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Mon, 5 Oct 1998 03:52:57 +0000 Subject: test for loff_t and offset_t to support llseek() on Solaris and Linux. (This used to be commit 386026930557584fda14f8cdc07c41d84d630b39) --- source3/acconfig.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source3/acconfig.h') 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 -- cgit