Skip to content

Commit ca41a64

Browse files
authored
remove include "my_config.h". (#198)
fixes #197
1 parent 32ae040 commit ca41a64

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

_mysql.c

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -26,17 +26,9 @@ OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
2626
PERFORMANCE OF THIS SOFTWARE.
2727
*/
2828

29-
#include "my_config.h"
3029
#include "mysql.h"
3130
#include "mysqld_error.h"
3231

33-
#ifdef HAVE_WCSCOLL
34-
#undef HAVE_WCSCOLL
35-
#endif
36-
#ifdef SIZEOF_SIZE_T
37-
#undef SIZEOF_SIZE_T
38-
#endif
39-
4032
#include "Python.h"
4133
#if PY_MAJOR_VERSION >= 3
4234
#define IS_PY3K

0 commit comments

Comments
 (0)