~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/innobase/include/univ.i

Remove PLUGIN and MODULES.

Show diffs side-by-side

added added

removed removed

Lines of Context:
40
40
#ifndef univ_i
41
41
#define univ_i
42
42
 
 
43
#include "config.h"
 
44
 
43
45
#ifndef __cplusplus
44
46
# include <stdbool.h>
45
47
#endif
105
107
if we are compiling on Windows. */
106
108
 
107
109
# if defined(BUILD_DRIZZLE)
108
 
#  include <drizzled/global.h>
109
 
#  include <mysys/my_pthread.h>
 
110
#  include "drizzled/internal/my_pthread.h"
110
111
# else
111
112
#  ifndef UNIV_HOTBACKUP
112
113
#   include <my_global.h>