~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/global.h

  • Committer: Brian Aker
  • Date: 2008-08-12 19:47:25 UTC
  • Revision ID: brian@tangent.org-20080812194725-2dwdtjvppne1bunq
yet another fix for stdint....

Show diffs side-by-side

added added

removed removed

Lines of Context:
116
116
 */
117
117
 
118
118
 
 
119
#if (!defined(INT16_MAX))
119
120
/* 7.18.2.1 Limits of exact-width integer types */
120
121
#define INT8_MAX         127
121
122
#define INT16_MAX        32767
236
237
 
237
238
#define SIG_ATOMIC_MIN    INT32_MIN
238
239
#define SIG_ATOMIC_MAX    INT32_MAX
 
240
#endif
239
241
 
240
242
#else
241
243
#error "You must have inttypes!"