~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/global.h

  • Committer: Trond Norbye
  • Date: 2008-09-26 22:13:44 UTC
  • mto: This revision was merged to the branch mainline in revision 423.
  • Revision ID: trond.norbye@sun.com-20080926221344-vffvgl86fpj6taew
g++ does not define __STDC_VERSION__

Show diffs side-by-side

added added

removed removed

Lines of Context:
272
272
 
273
273
  Cleaner solutions are welcome.
274
274
*/
275
 
#ifdef __sun
 
275
#if defined(__sun) && !defined(__cplusplus)
276
276
#if __STDC_VERSION__ - 0 >= 199901L
277
277
#define _XOPEN_SOURCE 600
278
278
#else