fix for bug 55713 innochecksum is NOT built with large file support enabled

This commit is contained in:
hery.ramilison@oracle.com 2011-08-16 19:29:06 +02:00 committed by Hery Ramilison
parent 72daf267df
commit b478888aec

View File

@ -25,12 +25,7 @@
Published with a permission.
*/
/* needed to have access to 64 bit file functions */
#define _LARGEFILE_SOURCE
#define _LARGEFILE64_SOURCE
#define _XOPEN_SOURCE 500 /* needed to include getopt.h on some platforms. */
#include <my_global.h>
#include <stdio.h>
#include <stdlib.h>
#include <time.h>