~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/global.h

  • Committer: Brian Aker
  • Date: 2009-04-13 16:22:40 UTC
  • mfrom: (971.1.78 mordred)
  • Revision ID: brian@gaz-20090413162240-ugi3gvhofmcuglzl
Merge Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
#define __i386__
27
27
#endif
28
28
 
 
29
#if defined(__sun) && defined(_FILE_OFFSET_BITS)
 
30
#undef _FILE_OFFSET_BITS
 
31
#endif
 
32
 
29
33
#include <config.h>
30
34
 
31
35
#if defined(__cplusplus)