~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/global.h

  • Committer: Monty Taylor
  • Date: 2008-10-23 02:48:56 UTC
  • Revision ID: monty@inaugust.com-20081023024856-31i4hijejds1cp2f
Took gettext.h out of header files.
Made error messages come through a function.
Removed ER_SAFE.

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
#define __i386__
27
27
#endif
28
28
 
29
 
#include "config.h"
 
29
#include <config.h>
30
30
 
31
31
#if defined(__cplusplus)
32
32
 
285
285
#define NEED_EXPLICIT_SYNC_DIR 1
286
286
#endif
287
287
 
288
 
#include <drizzled/gettext.h>
289
 
 
290
288
#endif /* DRIZZLE_SERVER_GLOBAL_H */