Go to the documentation of this file. 1 #ifndef __fileoffsetbits
2 #define __fileoffsetbits
15 #if defined(_SYS_STAT_H)
16 #error "sys/stat.h should not have been included before the _FILE_OFFSET_BITS macro is set! (use rose.h first...)"
22 #define _FILE_OFFSET_BITS 64
26 #if !(defined(_FILE_OFFSET_BITS) && (_FILE_OFFSET_BITS == 64))
27 #error "The _FILE_OFFSET_BITS macro should be set before any sys/stat.h is included by any other header file!"