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.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/src/mysql_inc.h b/src/mysql_inc.h
deleted file mode 100644
index 4912682..0000000
--- a/src/mysql_inc.h
+++ /dev/null
@@ -1,16 +0,0 @@
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#ifndef MYSQL_DYNAMIC_PLUGIN
9#define MYSQL_DYNAMIC_PLUGIN
10#endif
11
12#define MYSQL_SERVER 1
13
14#include <mysql_version.h>
15
16#endif