~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/definitions.h

  • Committer: Brian Aker
  • Date: 2010-02-13 01:13:55 UTC
  • mfrom: (1273.12.11 pandora-build)
  • Revision ID: brian@gaz-20100213011355-u3niuz4l6283q19w
Monty update for Pandora

Show diffs side-by-side

added added

removed removed

Lines of Context:
548
548
#endif
549
549
#define ulong_to_double(X) ((double) (ulong) (X))
550
550
 
551
 
#ifndef STACK_DIRECTION
552
 
#error "please add -DSTACK_DIRECTION=1 or -1 to your CPPFLAGS"
553
 
#endif
554
 
 
555
551
/* From limits.h instead */
556
552
#ifndef DBL_MIN
557
553
#define DBL_MIN    4.94065645841246544e-324