summaryrefslogtreecommitdiff
path: root/config/linux/pyconfig.h
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2018-12-23 04:50:45 -0500
committermidipix <writeonce@midipix.org>2018-12-23 04:50:45 -0500
commitcf23d7ce6e94358a3ebf3adee2b332f5f6df85ed (patch)
treec5372320c92944d11081f3cf106c3f64634ca31b /config/linux/pyconfig.h
parenteb0b78fefb6c76189823e303a79de45419618a69 (diff)
downloadsbpython3-cf23d7ce6e94358a3ebf3adee2b332f5f6df85ed.tar.bz2
sbpython3-cf23d7ce6e94358a3ebf3adee2b332f5f6df85ed.tar.xz
project: config, cfghost.sh: simply & unify cfghost profiles (cf. ea008a7).
Diffstat (limited to 'config/linux/pyconfig.h')
-rw-r--r--config/linux/pyconfig.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/config/linux/pyconfig.h b/config/linux/pyconfig.h
new file mode 100644
index 0000000..90430d2
--- /dev/null
+++ b/config/linux/pyconfig.h
@@ -0,0 +1,12 @@
+#ifndef PY_PYCONFIG_H
+#define PY_PYCONFIG_H
+
+#include "osapi/modern.h"
+#include "osapi/rtld.h"
+#include "osapi/linux.h"
+#include "osapi/overrides.h"
+
+/* cf. Modules/posixmodule.c */
+#define HAVE_BROKEN_NICE 1
+
+#endif