summaryrefslogtreecommitdiff
path: root/profiles
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2018-12-02 22:36:58 -0500
committermidipix <writeonce@midipix.org>2018-12-04 07:06:19 -0500
commit960ea441a18d1a543bc6f04ad49a988d13c0eafa (patch)
treea5e27bd9edbf4c399705800e0770caf2c7ec9326 /profiles
parent85aeea5e3d43f28795bf27e09d0d8d96de874a15 (diff)
downloadsbpython2-960ea441a18d1a543bc6f04ad49a988d13c0eafa.tar.bz2
sbpython2-960ea441a18d1a543bc6f04ad49a988d13c0eafa.tar.xz
config: added x86_64-nt64-midipix definitions.
Diffstat (limited to 'profiles')
-rw-r--r--profiles/osapi/midipix.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/profiles/osapi/midipix.h b/profiles/osapi/midipix.h
new file mode 100644
index 0000000..bf94a2b
--- /dev/null
+++ b/profiles/osapi/midipix.h
@@ -0,0 +1,18 @@
+#ifndef PY_OSAPI_MIDIPIX_H
+#define PY_OSAPI_MIDIPIX_H
+
+/* os-specific headers */
+#define HAVE_ALLOCA_H 1
+#define HAVE_DIRENT_H 1
+#define HAVE_NETPACKET_PACKET_H 1
+
+/* os characteristics */
+#define RETSIGTYPE void
+#define SHLIB_EXT ".so"
+
+/* framework characteristics */
+#define SYS_SELECT_WITH_SYS_TIME 1
+#define TANH_PRESERVES_ZERO_SIGN 1
+#define TIME_WITH_SYS_TIME 1
+
+#endif