~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/global.h

  • Committer: Stewart Smith
  • Date: 2009-07-02 17:18:18 UTC
  • mfrom: (1085 staging)
  • mto: This revision was merged to the branch mainline in revision 1089.
  • Revision ID: stewart@flamingspork.com-20090702171818-qrp4d403iw8tazlg
mergeĀ mainline

Show diffs side-by-side

added added

removed removed

Lines of Context:
309
309
#define RTLD_NOW 1
310
310
#endif
311
311
 
312
 
#define cmax(a, b)       ((a) > (b) ? (a) : (b))
313
 
#define cmin(a, b)       ((a) < (b) ? (a) : (b))
314
 
 
315
312
#define DRIZZLE_SERVER
316
313
 
317
314
/* Length of decimal number represented by INT32. */