~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/global.h

  • Committer: Monty Taylor
  • Date: 2008-10-12 21:19:33 UTC
  • mfrom: (499.1.7 codestyle)
  • mto: This revision was merged to the branch mainline in revision 511.
  • Revision ID: monty@inaugust.com-20081012211933-w67dro6ftrjdxw5f
Merged in first pass of sql_bitmap removal. (and some other cleanups.)

Show diffs side-by-side

added added

removed removed

Lines of Context:
134
134
#include <sys/socket.h>
135
135
#endif
136
136
 
137
 
/* file create flags */
138
 
 
139
 
#ifndef O_TEMPORARY
140
 
#define O_TEMPORARY  0
141
 
#endif
142
 
#ifndef O_SHORT_LIVED
143
 
#define O_SHORT_LIVED  0
144
 
#endif
145
 
#ifndef O_NOFOLLOW
146
 
#define O_NOFOLLOW      0
147
 
#endif
148
 
 
149
 
 
150
137
 
151
138
#ifndef FN_LIBCHAR
152
139
#define FN_LIBCHAR  '/'