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...)"
23 #ifndef _FILE_OFFSET_BITS
25 #define _FILE_OFFSET_BITS 64
27 #define _FILE_OFFSET_BITS 32
31#define _FILE_OFFSET_BITS 64
37#if !(defined(_FILE_OFFSET_BITS) && (_FILE_OFFSET_BITS == 64))
38#error "The _FILE_OFFSET_BITS macro should be set before any sys/stat.h is included by any other header file!"