~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

  • Committer: Andrew Hutchings
  • Date: 2011-02-01 10:23:22 UTC
  • mto: (2136.1.1 build)
  • mto: This revision was merged to the branch mainline in revision 2137.
  • Revision ID: andrew@linuxjedi.co.uk-20110201102322-oxztcyrjzg3c7yta
Fix counters cleanup

Show diffs side-by-side

added added

removed removed

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