~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/global.h

  • Committer: Monty Taylor
  • Date: 2008-12-06 07:22:02 UTC
  • mto: (656.1.7 devel) (660.1.5 codestyle)
  • mto: This revision was merged to the branch mainline in revision 665.
  • Revision ID: monty@inaugust.com-20081206072202-2g25o9doqr1l8euu
OOOh doggie. Got rid of my_alloca.

Show diffs side-by-side

added added

removed removed

Lines of Context:
88
88
#ifdef HAVE_UNISTD_H
89
89
#include <unistd.h>
90
90
#endif
91
 
#if defined(__cplusplus) && defined(NO_CPLUSPLUS_ALLOCA)
92
 
#undef HAVE_ALLOCA
93
 
#undef HAVE_ALLOCA_H
94
 
#endif
95
 
#ifdef HAVE_ALLOCA_H
96
 
#include <alloca.h>
97
 
#endif
98
 
 
99
91
 
100
92
 
101
93
#ifdef HAVE_SYS_STAT_H