From fdc07d1417274d10038da83cee2ea718e6a7abec Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Fri, 18 Sep 1998 02:30:03 +0000 Subject: added a SMB_OFF_T_BITS define, allowing us to get rid of most of the #ifdefs for LARGE_OFF_T. (This used to be commit 724b9508c2d15bafdad5912fce702108fdd4cac3) --- source3/include/includes.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source3/include/includes.h') diff --git a/source3/include/includes.h b/source3/include/includes.h index 69b629f07c..0f0bbdd89b 100644 --- a/source3/include/includes.h +++ b/source3/include/includes.h @@ -351,6 +351,8 @@ # endif #endif +#define SMB_OFF_T_BITS (sizeof(SMB_OFF_T)*8) + /* * Set the define that tells us if we can do 64 bit * NT SMB calls. -- cgit