~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/global.h

  • Committer: mordred
  • Date: 2008-11-01 08:40:42 UTC
  • mto: (575.1.1 devel)
  • mto: This revision was merged to the branch mainline in revision 573.
  • Revision ID: mordred@opensolaris-20081101084042-wu2211vwfr8tmvzg
A set of Solaris fixes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
273
273
#define NEED_EXPLICIT_SYNC_DIR 1
274
274
#endif
275
275
 
 
276
/* We need to turn off _DTRACE_VERSION if we're not going to use dtrace */
 
277
#if !defined(HAVE_DTRACE)
 
278
# undef _DTRACE_VERSION
 
279
# define _DTRACE_VERSION 0
 
280
#endif
 
281
 
276
282
#endif /* DRIZZLE_SERVER_GLOBAL_H */