~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/global.h

  • Committer: Grant Limberg
  • Date: 2008-08-12 21:29:49 UTC
  • mfrom: (322 drizzle)
  • mto: (322.1.1 codestyle)
  • mto: This revision was merged to the branch mainline in revision 324.
  • Revision ID: grant@glsoftware.net-20080812212949-i7vl3lz5y7u7tdry
Merge from trunk

Did a global search and replace for MYSQL_* variables.  Renamed to DRIZZLE_*.

Renamed value of DRIZZLE_CONFIG_NAME from "my" to "drizzled"

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
237
238
 
238
239
#define SIG_ATOMIC_MIN    INT32_MIN
239
240
#define SIG_ATOMIC_MAX    INT32_MAX
 
241
#endif
240
242
 
241
243
#else
242
244
#error "You must have inttypes!"