~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/base.h

  • Committer: Monty Taylor
  • Date: 2008-08-02 01:03:15 UTC
  • mto: (236.1.42 codestyle)
  • mto: This revision was merged to the branch mainline in revision 261.
  • Revision ID: monty@inaugust.com-20080802010315-65h5938pymg9d99z
Moved m4 macros to top-level m4 dir, per GNU standards (and where gettext wanted it :)

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
 
16
16
/* This file includes constants used with all databases */
17
17
 
18
 
/** 
19
 
 * @TODO Name this file something better and split it out if necessary.  
20
 
 * base.h isn't descriptive, especially compared to global.h 
21
 
 *
22
 
 * @TODO Convert HA_XXX defines into enums and/or bitmaps
23
 
 */
24
 
 
25
 
#ifndef DRIZZLE_SERVER_BASE_H
26
 
#define DRIZZLE_SERVER_BASE_H
 
18
#ifndef _my_base_h
 
19
#define _my_base_h
27
20
 
28
21
#ifndef stdin                           /* Included first in handler */
29
22
#define CHSIZE_USED
562
555
/* invalidator function reference for Query Cache */
563
556
typedef void (* invalidator_by_filename)(const char * filename);
564
557
 
565
 
#endif /* DRIZZLE_SERVER_BASE_H */
 
558
#endif /* _my_base_h */