summaryrefslogtreecommitdiff
path: root/config/linux/pyconfig.h
diff options
context:
space:
mode:
Diffstat (limited to 'config/linux/pyconfig.h')
-rw-r--r--config/linux/pyconfig.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/config/linux/pyconfig.h b/config/linux/pyconfig.h
new file mode 100644
index 0000000..b91d2f7
--- /dev/null
+++ b/config/linux/pyconfig.h
@@ -0,0 +1,11 @@
+#ifndef PY_PYCONFIG_H
+#define PY_PYCONFIG_H
+
+#include "osapi/modern.h"
+#include "osapi/linux.h"
+#include "osapi/overrides.h"
+
+/* cf. Modules/posixmodule.c */
+#define HAVE_BROKEN_NICE 1
+
+#endif