~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/global.h

  • Committer: Brian Aker
  • Date: 2008-11-03 03:49:00 UTC
  • mfrom: (520.4.50 devel)
  • Revision ID: brian@tangent.org-20081103034900-znhvcgtipr3tlel5
Merging in Monty's work

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
 
37
37
# include CSTDINT_H
38
38
# include CINTTYPES_H
39
 
# include CMATH_H
40
39
# include <cstdio>
41
40
# include <cstdlib>
42
41
# include <cstddef>
273
272
#define NEED_EXPLICIT_SYNC_DIR 1
274
273
#endif
275
274
 
 
275
/* We need to turn off _DTRACE_VERSION if we're not going to use dtrace */
 
276
#if !defined(HAVE_DTRACE)
 
277
# undef _DTRACE_VERSION
 
278
# define _DTRACE_VERSION 0
 
279
#endif
 
280
 
276
281
#endif /* DRIZZLE_SERVER_GLOBAL_H */