~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/pbms/src/cslib/CSConfig.h

  • Committer: Brian Aker
  • Date: 2011-02-17 10:09:00 UTC
  • mfrom: (2173.2.1 clean-include-usuage)
  • Revision ID: brian@tangent.org-20110217100900-4tpuxxzdl1sj00sh
Merge Monty for headers.

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
// in other headers. So the only safe thing I can think of is to include it in all source code
37
37
// files.
38
38
#ifdef DRIZZLED
39
 
#include "config.h"
 
39
#include <config.h>
40
40
#include <drizzled/common.h>
41
41
#else
42
42
#include "my_global.h"
48
48
#if defined(WIN32) ||  defined(WIN64) 
49
49
#include "win_config.h"
50
50
#else
51
 
#include "config.h"
 
51
#include <config.h>
52
52
#endif
53
53
 
54
54
#endif // defined(MYSQL_SERVER) ||  defined(DRIZZLED)