summaryrefslogtreecommitdiffstats
path: root/src/mysql_inc.h
blob: ca055ca7bccc649024aba54aa4cd5d382e182c4d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifndef MYSQL_INCL_H
#define MYSQL_INCL_H

#ifndef HAVE_CONFIG_H
#define HAVE_CONFIG_H
#endif

#define MYSQL_DYNAMIC_PLUGIN
#define MYSQL_SERVER 1

#include <mysql_version.h>

#endif