Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit ca41a64

Browse filesBrowse files
authored
remove include "my_config.h". (PyMySQL#198)
fixes PyMySQL#197
1 parent 32ae040 commit ca41a64
Copy full SHA for ca41a64

File tree

Expand file treeCollapse file tree

1 file changed

+0
-8
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+0
-8
lines changed

‎_mysql.c

Copy file name to clipboardExpand all lines: _mysql.c
-8Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.