~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/global.h

  • Committer: Brian Aker
  • Date: 2008-07-31 19:57:34 UTC
  • mfrom: (236.1.27 codestyle)
  • Revision ID: brian@tangent.org-20080731195734-c7cu4gx70xgjr68o
Merge from Monty.

Show diffs side-by-side

added added

removed removed

Lines of Context:
50
50
#define C_MODE_END
51
51
#endif
52
52
 
53
 
#include <drizzled/config.h>
 
53
#include "config.h"
54
54
#if defined(__cplusplus) && defined(inline)
55
55
#undef inline                           /* fix configure problem */
56
56
#endif
285
285
#include <stdbool.h>
286
286
#endif
287
287
 
 
288
#ifdef HAVE_SYS_STAT_H
 
289
# include <sys/stat.h>
 
290
#endif
288
291
 
289
292
/*
290
293
  A lot of our programs uses asserts, so better to always include it