~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/common.h

  • Committer: Monty Taylor
  • Date: 2008-11-27 23:14:56 UTC
  • mto: (629.2.1 devel)
  • mto: This revision was merged to the branch mainline in revision 631.
  • Revision ID: monty@bitters-20081127231456-45kl00o5smelokb5
More solaris fixes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
#define DRIZZLED_DRIZZLE_COMMON_H
26
26
 
27
27
#include <unistd.h>
28
 
#include <stdbool.h>
29
28
#include <stdint.h>
30
29
#include <drizzled/korr.h>
31
30
 
 
31
#if !defined(__cplusplus)
 
32
# include <stdbool.h>
 
33
#endif
 
34
 
32
35
/*
33
36
   This is included in the server and in the client.
34
37
   Options for select set by the yacc parser (stored in lex->options).