diff options
Diffstat (limited to 'include/services.h')
-rw-r--r-- | include/services.h | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/include/services.h b/include/services.h index 5a6bcc8a2..67646ee90 100644 --- a/include/services.h +++ b/include/services.h @@ -108,24 +108,6 @@ #define vsnprintf _vsnprintf #endif -#ifdef USE_RDB -# define MAX_SQL_BUF 4096 -#endif - -#ifdef USE_MYSQL -# define MYSQL_WARNING 2 -# define MYSQL_ERROR 4 -# define MYSQL_DEFAULT_PORT 3306 -#ifdef MYSQL_HEADER_PREFIX -# include <mysql/mysql.h> -# include <mysql/errmsg.h> -#else -# define NO_CLIENT_LONG_LONG -# include <mysql.h> -# include <errmsg.h> -#endif -#endif - #if HAVE_STRINGS_H # include <strings.h> #endif |