diff options
| author | manuel <manuel@mausz.at> | 2013-02-11 14:23:16 +0100 |
|---|---|---|
| committer | manuel <manuel@mausz.at> | 2013-02-11 14:23:16 +0100 |
| commit | bcff4f2e3520eaf170c282ba03d38ba6a4fa95cf (patch) | |
| tree | ae902d4d88bae4611f2391fd800cbdbc5a6a0b50 /src/mysql_inc.h | |
| download | mysql-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.h | 13 |
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 | ||
