~clint-fewbar/drizzle/authorize-default-deny

« back to all changes in this revision

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

  • Committer: Clint Byrum
  • Date: 2011-02-22 22:25:07 UTC
  • mfrom: (2177.1.15 build)
  • Revision ID: clint@ubuntu.com-20110222222507-azaofg4p8w55gdvr
merging trunk

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)