~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/definitions.h

pandora-build v0.103 - fix macros for cross-compiling. Fix stack direction check.

Show diffs side-by-side

added added

removed removed

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