diff options
author | Benjamin Peterson <benjamin@python.org> | 2011-08-02 22:41:34 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2011-08-02 22:41:34 (GMT) |
commit | 2740af8cc48b0f310557c0630d613301b7a5c2d4 (patch) | |
tree | e0e43ab66e547579f31fd01f221bf011eb909943 /pyconfig.h.in | |
parent | 94b580d423524188bcf7136f9829fb68eb6d15d3 (diff) | |
download | cpython-2740af8cc48b0f310557c0630d613301b7a5c2d4.zip cpython-2740af8cc48b0f310557c0630d613301b7a5c2d4.tar.gz cpython-2740af8cc48b0f310557c0630d613301b7a5c2d4.tar.bz2 |
sched.h can exist without sched affinity support
Diffstat (limited to 'pyconfig.h.in')
-rw-r--r-- | pyconfig.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/pyconfig.h.in b/pyconfig.h.in index e9a4cac..0544ba3 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 |