~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

  • Committer: pcrews
  • Date: 2011-05-24 17:36:24 UTC
  • mfrom: (1099.4.232 drizzle)
  • Revision ID: pcrews@lucid32-20110524173624-mwr1bvq6fa1r01ao
Updated translations + 2011.05.18 tarball tag

Show diffs side-by-side

added added

removed removed

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