diff options
author | Benjamin Peterson <benjamin@python.org> | 2011-08-02 22:30:04 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2011-08-02 22:30:04 (GMT) |
commit | 94b580d423524188bcf7136f9829fb68eb6d15d3 (patch) | |
tree | 2d6d7b9a428393c23a865b7a0e01e574b5d7a18e /pyconfig.h.in | |
parent | 4e4d5d2a73688bf42e9789b336b9490a8569cba5 (diff) | |
download | cpython-94b580d423524188bcf7136f9829fb68eb6d15d3.zip cpython-94b580d423524188bcf7136f9829fb68eb6d15d3.tar.gz cpython-94b580d423524188bcf7136f9829fb68eb6d15d3.tar.bz2 |
expose sched.h functions (closes #12655)
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 da6197c..e9a4cac 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 |