Imported Upstream version 1.2
[platform/upstream/alure.git] / cmake / CheckFileOffsetBits.c
1 #include <sys/types.h>
2
3 #define KB ((off_t)(1024))
4 #define MB ((off_t)(KB*1024))
5 #define GB ((off_t)(MB*1024))
6 int tb[((GB+GB+GB) > GB) ? 1 : -1];
7
8 int main()
9 { return 0; }