~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/global.h

Merged from Jay.

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
 
16
16
/* This is the include file that should be included 'first' in every C file. */
17
17
 
18
 
#ifndef _global_h
19
 
#define _global_h
 
18
#ifndef DRIZZLE_SERVER_GLOBAL_H
 
19
#define DRIZZLE_SERVER_GLOBAL_H
20
20
 
21
21
#define HAVE_REPLICATION
22
22
#define HAVE_EXTERNAL_CLIENT
51
51
#endif
52
52
 
53
53
#include "config.h"
54
 
#if defined(__cplusplus) && defined(inline)
55
 
#undef inline                           /* fix configure problem */
56
 
#endif
57
54
 
58
55
/* Make it easier to add conditionl code for windows */
59
56
#define IF_WIN(A,B) (B)
999
996
 
1000
997
#include <libdrizzle/gettext.h>
1001
998
 
1002
 
#endif /* my_global_h */
 
999
#endif /* DRIZZLE_SERVER_GLOBAL_H */