~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/global.h

  • Committer: Monty Taylor
  • Date: 2008-10-03 20:08:06 UTC
  • Revision ID: monty@inaugust.com-20081003200806-ou5llu8nuyy2ofy3
Removed DONT_REMEMBER_SIGNAL define.

Show diffs side-by-side

added added

removed removed

Lines of Context:
142
142
 
143
143
#define QUOTE_ARG(x)    #x  /* Quote argument (before cpp) */
144
144
#define STRINGIFY_ARG(x) QUOTE_ARG(x)  /* Quote argument, after cpp */
145
 
/* Does the system remember a signal handler after a signal ? */
146
 
#ifndef HAVE_BSD_SIGNALS
147
 
#define DONT_REMEMBER_SIGNAL
148
 
#endif
149
145
 
150
146
#if !defined(HAVE_UINT)
151
147
#undef HAVE_UINT