summaryrefslogtreecommitdiffstats
path: root/src/mysql_inc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mysql_inc.h')
-rw-r--r--src/mysql_inc.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/mysql_inc.h b/src/mysql_inc.h
new file mode 100644
index 0000000..ca055ca
--- /dev/null
+++ b/src/mysql_inc.h
@@ -0,0 +1,13 @@
1#ifndef MYSQL_INCL_H
2#define MYSQL_INCL_H
3
4#ifndef HAVE_CONFIG_H
5#define HAVE_CONFIG_H
6#endif
7
8#define MYSQL_DYNAMIC_PLUGIN
9#define MYSQL_SERVER 1
10
11#include <mysql_version.h>
12
13#endif