~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/haildb/config_table_function.cc

  • Committer: lbieber
  • Date: 2010-10-02 19:48:35 UTC
  • mfrom: (1730.6.19 drizzle-make-lcov)
  • Revision ID: lbieber@orisndriz08-20101002194835-q5zd9qc4lvx1xnfo
Merge Hartmut - clean up lex, now require flex to build, also "make lcov" improvements

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
#include "config.h"
20
20
#include "drizzled/plugin/table_function.h"
21
21
 
22
 
#include <haildb.h>
 
22
#if defined(HAVE_HAILDB_H)
 
23
# include <haildb.h>
 
24
#else
 
25
# include <embedded_innodb-1.0/innodb.h>
 
26
#endif /* HAVE_HAILDB_H */
23
27
 
24
28
#include "config_table_function.h"
25
29