added a SMB_OFF_T_BITS define, allowing us to get rid of most of the
authorAndrew Tridgell <tridge@samba.org>
Fri, 18 Sep 1998 02:30:03 +0000 (02:30 +0000)
committerAndrew Tridgell <tridge@samba.org>
Fri, 18 Sep 1998 02:30:03 +0000 (02:30 +0000)
#ifdefs for LARGE_OFF_T.

source/include/includes.h

index 69b629f07cd7812cee9bff5a0b0cb802ce0d0c45..0f0bbdd89b99ae323920e515e6cdaba851511606 100644 (file)
 #  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.