diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2016-03-11 14:42:30 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2016-03-11 14:42:30 +0000 |
commit | ee75d9ae4a890d62b009444bed9512b4dab3ee1d (patch) | |
tree | 089d790ca21091372539ddd51f3762af232bf82d /protocols/Telegram/tgl/libevent/cmake/CheckFileOffsetBits.c | |
parent | bb5bb4407f2578ed8d6dc3b41f6ddb8b798e560c (diff) |
old version
git-svn-id: http://svn.miranda-ng.org/main/trunk@16458 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Telegram/tgl/libevent/cmake/CheckFileOffsetBits.c')
-rw-r--r-- | protocols/Telegram/tgl/libevent/cmake/CheckFileOffsetBits.c | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/protocols/Telegram/tgl/libevent/cmake/CheckFileOffsetBits.c b/protocols/Telegram/tgl/libevent/cmake/CheckFileOffsetBits.c deleted file mode 100644 index d948fecf2b..0000000000 --- a/protocols/Telegram/tgl/libevent/cmake/CheckFileOffsetBits.c +++ /dev/null @@ -1,14 +0,0 @@ -#include <sys/types.h> - -#define KB ((off_t)1024) -#define MB ((off_t)1024 * KB) -#define GB ((off_t)1024 * MB) -#define TB ((off_t)1024 * GB) -int t2[(((64 * GB -1) % 671088649) == 268434537) - && (((TB - (64 * GB -1) + 255) % 1792151290) == 305159546)? 1: -1]; - -int main() -{ - ; - return 0; -} |