diff options
Diffstat (limited to 'PC/pyconfig.h')
-rw-r--r-- | PC/pyconfig.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/PC/pyconfig.h b/PC/pyconfig.h index 38b7e3e..a2d024d 100644 --- a/PC/pyconfig.h +++ b/PC/pyconfig.h @@ -690,6 +690,9 @@ Py_NO_ENABLE_SHARED to find out. Also support MS_NO_COREDLL for b/w compat */ /* Define to 1 if you have the `erfc' function. */ #define HAVE_ERFC 1 +/* Define if you have the 'inet_pton' function. */ +#define HAVE_INET_PTON 1 + /* framework name */ #define PYTHONFRAMEWORK "" |