~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to extra/innochecksum.c

merge latest from trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
  Published with a permission.
24
24
*/
25
25
 
26
 
/* needed to have access to 64 bit file functions */
27
 
#define _LARGEFILE_SOURCE
28
 
#define _LARGEFILE64_SOURCE
29
 
 
30
 
#ifndef __sun
31
 
#define _XOPEN_SOURCE 500 /* needed to include getopt.h on some platforms. */
32
 
#endif
33
 
 
34
26
#include <stdio.h>
35
27
#include <stdlib.h>
36
28
#include <time.h>