summaryrefslogtreecommitdiff
path: root/pyconfig.h.in
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2011-08-02 17:41:34 -0500
committerBenjamin Peterson <benjamin@python.org>2011-08-02 17:41:34 -0500
commitda596ab7e98d1988b6fa9c5f6facaec4f927724e (patch)
tree4e220515d4fde5c1ce83426da5cbcfc92ccb3f76 /pyconfig.h.in
parent5fd0d0018b6290afb375fea14a0cca9c857823d0 (diff)
downloadcpython-da596ab7e98d1988b6fa9c5f6facaec4f927724e.tar.gz
sched.h can exist without sched affinity support
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 e9a4cace9e..0544ba3d22 100644
--- a/pyconfig.h.in
+++ b/pyconfig.h.in
@@ -653,6 +653,9 @@
/* Define to 1 if you have the <sched.h> header file. */
#undef HAVE_SCHED_H
+/* Define to 1 if you have the `sched_setaffinity' function. */
+#undef HAVE_SCHED_SETAFFINITY
+
/* Define to 1 if you have the `select' function. */
#undef HAVE_SELECT