~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/global.h

  • Committer: Monty Taylor
  • Date: 2008-10-03 19:51:41 UTC
  • Revision ID: monty@inaugust.com-20081003195141-qdrwocuuje7s1ntp
Moved REENTRANT.

Show diffs side-by-side

added added

removed removed

Lines of Context:
89
89
#endif
90
90
#endif
91
91
 
92
 
#define _REENTRANT  1  /* Some thread libraries require this */
93
 
 
94
92
#include <pthread.h>    /* AIX must have this included first */
95
93
 
96
94
#define _REENTRANT  1  /* Threads requires reentrant code */