From ca41a647cbb00a8699cbe2bd08918fa6e6e29e39 Mon Sep 17 00:00:00 2001 From: INADA Naoki Date: Mon, 28 Aug 2017 22:35:27 +0900 Subject: [PATCH] remove include "my_config.h". (#198) fixes #197 --- _mysql.c | 8 -------- 1 file changed, 8 deletions(-) diff --git a/_mysql.c b/_mysql.c index 8a51551..b0b8fde 100644 --- a/_mysql.c +++ b/_mysql.c @@ -26,17 +26,9 @@ OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -#include "my_config.h" #include "mysql.h" #include "mysqld_error.h" -#ifdef HAVE_WCSCOLL -#undef HAVE_WCSCOLL -#endif -#ifdef SIZEOF_SIZE_T -#undef SIZEOF_SIZE_T -#endif - #include "Python.h" #if PY_MAJOR_VERSION >= 3 #define IS_PY3K