summaryrefslogtreecommitdiff
path: root/pyconfig.h.in
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2011-08-02 17:30:04 -0500
committerBenjamin Peterson <benjamin@python.org>2011-08-02 17:30:04 -0500
commit5fd0d0018b6290afb375fea14a0cca9c857823d0 (patch)
treefb3adbe252c6ae30111b1f897a9e66f93dca3a5c /pyconfig.h.in
parent17fc718217c4ea35690d593ed8f0516c6e9a4802 (diff)
downloadcpython-5fd0d0018b6290afb375fea14a0cca9c857823d0.tar.gz
expose sched.h functions (closes #12655)
Diffstat (limited to 'pyconfig.h.in')
-rw-r--r--pyconfig.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/pyconfig.h.in b/pyconfig.h.in
index da6197cfa7..e9a4cace9e 100644
--- a/pyconfig.h.in
+++ b/pyconfig.h.in
@@ -650,6 +650,9 @@
/* Define to 1 if you have the `round' function. */
#undef HAVE_ROUND
+/* Define to 1 if you have the <sched.h> header file. */
+#undef HAVE_SCHED_H
+
/* Define to 1 if you have the `select' function. */
#undef HAVE_SELECT