~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/global.h

mergingĀ fromĀ main

Show diffs side-by-side

added added

removed removed

Lines of Context:
314
314
#define MASTER 1                /* Compile without unireg */
315
315
#define ENGLISH 1               /* Messages in English */
316
316
#define POSIX_MISTAKE 1         /* regexp: Fix stupid spec error */
317
 
/* Do not define for ultra sparcs */
318
 
#define USE_BMOVE512 1          /* Use this unless system bmove is faster */
319
317
 
320
318
#define QUOTE_ARG(x)            #x      /* Quote argument (before cpp) */
321
319
#define STRINGIFY_ARG(x) QUOTE_ARG(x)   /* Quote argument, after cpp */