summaryrefslogtreecommitdiffstats
path: root/src/mysql_inc.h
diff options
context:
space:
mode:
authormanuel <manuel@mausz.at>2013-02-11 14:23:16 +0100
committermanuel <manuel@mausz.at>2013-02-11 14:23:16 +0100
commitbcff4f2e3520eaf170c282ba03d38ba6a4fa95cf (patch)
treeae902d4d88bae4611f2391fd800cbdbc5a6a0b50 /src/mysql_inc.h
downloadmysql-table_sizes-bcff4f2e3520eaf170c282ba03d38ba6a4fa95cf.tar.gz
mysql-table_sizes-bcff4f2e3520eaf170c282ba03d38ba6a4fa95cf.tar.bz2
mysql-table_sizes-bcff4f2e3520eaf170c282ba03d38ba6a4fa95cf.zip
initial import
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