~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

  • Committer: Monty Taylor
  • Date: 2010-11-08 18:26:08 UTC
  • mto: This revision was merged to the branch mainline in revision 1931.
  • Revision ID: mordred@inaugust.com-20101108182608-lci86acl7r53sbi3
Replaced auto_ptr with scoped_ptr.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* Copyright (C) 2008 PrimeBase Technologies GmbH, Germany
 
1
/* Copyright (c) 2008 PrimeBase Technologies GmbH, Germany
2
2
 *
3
3
 * PrimeBase Media Stream for MySQL
4
4
 *
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)