summaryrefslogtreecommitdiff
path: root/config/x86_64-linux-musl/pyconfig.h
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2018-12-02 12:50:43 -0500
committermidipix <writeonce@midipix.org>2018-12-02 19:49:00 -0500
commit3300f9c246fa627a62c7d6eecaaadc8f805c74ee (patch)
tree31f9c0335b015359904a875c1258d9b4a1a3c133 /config/x86_64-linux-musl/pyconfig.h
parent3d0b33e464a87705d880a55991f4562a0a16eef9 (diff)
downloadsbpython2-3300f9c246fa627a62c7d6eecaaadc8f805c74ee.tar.bz2
sbpython2-3300f9c246fa627a62c7d6eecaaadc8f805c74ee.tar.xz
config: x86_64-linux-musl: properly support an all-static python executable.
Diffstat (limited to 'config/x86_64-linux-musl/pyconfig.h')
-rw-r--r--config/x86_64-linux-musl/pyconfig.h3
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