~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

  • Committer: Olaf van der Spek
  • Date: 2011-07-04 19:11:47 UTC
  • mto: This revision was merged to the branch mainline in revision 2367.
  • Revision ID: olafvdspek@gmail.com-20110704191147-s99ojek811zi1fzj
RemoveĀ unusedĀ Name_resolution_context::error_reporter

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)