~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/global.h

  • Committer: Brian Aker
  • Date: 2009-03-05 08:26:07 UTC
  • mfrom: (910.2.11 mordred-noatomics)
  • Revision ID: brian@tangent.org-20090305082607-30deookk6sdycdeb
Merge from Monty.

Show diffs side-by-side

added added

removed removed

Lines of Context:
177
177
#error "please add -DSTACK_DIRECTION=1 or -1 to your CPPFLAGS"
178
178
#endif
179
179
 
180
 
#if !defined(HAVE_STRTOK_R)
181
 
#define strtok_r(A,B,C) strtok((A),(B))
182
 
#endif
183
 
 
184
180
#ifdef HAVE_FLOAT_H
185
181
#include <float.h>
186
182
#else