~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/global.h

  • Committer: Monty Taylor
  • Date: 2008-10-10 01:40:50 UTC
  • mto: This revision was merged to the branch mainline in revision 499.
  • Revision ID: monty@inaugust.com-20081010014050-8mmtwqy6ii4boq3o
Removed O_BINARY and FILE_BINARY.

Show diffs side-by-side

added added

removed removed

Lines of Context:
136
136
 
137
137
/* file create flags */
138
138
 
139
 
#ifndef O_BINARY
140
 
#define O_BINARY  0  /* Flag to my_open for binary files */
141
 
#endif
142
 
 
143
 
#ifndef FILE_BINARY
144
 
#define FILE_BINARY  O_BINARY /* Flag to my_fopen for binary streams */
145
 
#endif
146
 
 
147
139
#ifndef O_TEMPORARY
148
140
#define O_TEMPORARY  0
149
141
#endif