~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to extra/innochecksum.c

  • Committer: Monty
  • Date: 2008-10-02 17:30:12 UTC
  • mfrom: (139.1.20 drizzle)
  • Revision ID: mordred@scylla.inaugust.com-20081002173012-s13psynpc19bt0i6
MergedĀ fromĀ Trond.

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
#define _LARGEFILE_SOURCE
28
28
#define _LARGEFILE64_SOURCE
29
29
 
 
30
#ifndef __sun
30
31
#define _XOPEN_SOURCE 500 /* needed to include getopt.h on some platforms. */
 
32
#endif
31
33
 
32
34
#include <stdio.h>
33
35
#include <stdlib.h>