summaryrefslogtreecommitdiff
path: root/config/x86_64-midipix/pyconfig.h
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2018-12-14 19:33:25 -0500
committermidipix <writeonce@midipix.org>2018-12-18 20:38:38 -0500
commit11fe1bf64acded045c9bf356684ebd17fed9515a (patch)
tree13bf153f99fc1eb418cf94588c47b168228c8cf5 /config/x86_64-midipix/pyconfig.h
parent5d6440f2e0bc43442c8c0ef504c3fe63e1ca4708 (diff)
downloadsbpython3-11fe1bf64acded045c9bf356684ebd17fed9515a.tar.bz2
sbpython3-11fe1bf64acded045c9bf356684ebd17fed9515a.tar.xz
config: imported defs for x86_64-{linux|midipix} minus the pyext bits.
Diffstat (limited to 'config/x86_64-midipix/pyconfig.h')
-rw-r--r--config/x86_64-midipix/pyconfig.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/config/x86_64-midipix/pyconfig.h b/config/x86_64-midipix/pyconfig.h
new file mode 100644
index 0000000..87740b2
--- /dev/null
+++ b/config/x86_64-midipix/pyconfig.h
@@ -0,0 +1,13 @@
+#ifndef PY_PYCONFIG_H
+#define PY_PYCONFIG_H
+
+#include "osapi/modern.h"
+#include "osapi/rtld.h"
+#include "osapi/midipix.h"
+#include "toolchain/64-default.h"
+#include "toolchain/64-le-ieee.h"
+
+/* cf. Modules/posixmodule.c */
+#define HAVE_BROKEN_NICE 1
+
+#endif