~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/base.h

  • Committer: Monty Taylor
  • Date: 2009-08-30 00:26:17 UTC
  • mto: (1130.3.4 memory-file-moves)
  • mto: This revision was merged to the branch mainline in revision 1184.
  • Revision ID: mordred@inaugust.com-20090830002617-o57hrj99p6fp1186
Fixed all of the include guards.

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
 * @TODO Convert HA_XXX defines into enums and/or bitmaps
27
27
 */
28
28
 
29
 
#ifndef DRIZZLE_SERVER_BASE_H
30
 
#define DRIZZLE_SERVER_BASE_H
 
29
#ifndef DRIZZLED_BASE_H
 
30
#define DRIZZLED_BASE_H
31
31
 
32
32
#define CHSIZE_USED
33
33
 
537
537
 
538
538
#define HA_VARCHAR_PACKLENGTH(field_length) ((field_length) < 256 ? 1 :2)
539
539
 
540
 
#endif /* DRIZZLE_SERVER_BASE_H */
 
540
#endif /* DRIZZLED_BASE_H */