aboutsummaryrefslogtreecommitdiffstats
path: root/cmake/CheckFileOffsetBits.c
diff options
context:
space:
mode:
Diffstat (limited to 'cmake/CheckFileOffsetBits.c')
-rw-r--r--cmake/CheckFileOffsetBits.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/cmake/CheckFileOffsetBits.c b/cmake/CheckFileOffsetBits.c
deleted file mode 100644
index de98296e..00000000
--- a/cmake/CheckFileOffsetBits.c
+++ /dev/null
@@ -1,9 +0,0 @@
-#include <sys/types.h>
-
-#define KB ((off_t)(1024))
-#define MB ((off_t)(KB*1024))
-#define GB ((off_t)(MB*1024))
-int tb[((GB+GB+GB) > GB) ? 1 : -1];
-
-int main()
-{ return 0; }