diff options
Diffstat (limited to 'config/x86_64-linux-musl/pyconfig.h')
-rw-r--r-- | config/x86_64-linux-musl/pyconfig.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config/x86_64-linux-musl/pyconfig.h b/config/x86_64-linux-musl/pyconfig.h index 92e7112..964af71 100644 --- a/config/x86_64-linux-musl/pyconfig.h +++ b/config/x86_64-linux-musl/pyconfig.h @@ -1,6 +1,8 @@ #ifndef Py_PYCONFIG_H #define Py_PYCONFIG_H +#define HAVE_LIBINTL_H 1 + #define ENABLE_IPV6 1 #define DOUBLE_IS_LITTLE_ENDIAN_IEEE754 1 @@ -37,7 +39,6 @@ #define HAVE_DLFCN_H 1 #define HAVE_DLOPEN 1 #define HAVE_DUP2 1 -#define HAVE_DYNAMIC_LOADING 1 #define HAVE_EPOLL 1 #define HAVE_ERF 1 #define HAVE_ERFC 1 |