diff options
author | Benjamin Peterson <benjamin@python.org> | 2011-08-02 23:07:32 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2011-08-02 23:07:32 (GMT) |
commit | c5fce4ded24da1624abf6574ed0dbf762a5079e8 (patch) | |
tree | 2714f1b7458d8043c686d0c579e386e473e52726 /pyconfig.h.in | |
parent | 28da7b8bea6da1b75a1603b384393fd1394359a7 (diff) | |
download | cpython-c5fce4ded24da1624abf6574ed0dbf762a5079e8.zip cpython-c5fce4ded24da1624abf6574ed0dbf762a5079e8.tar.gz cpython-c5fce4ded24da1624abf6574ed0dbf762a5079e8.tar.bz2 |
check individually for some for sched_ functions
Diffstat (limited to 'pyconfig.h.in')
-rw-r--r-- | pyconfig.h.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/pyconfig.h.in b/pyconfig.h.in index 0544ba3..eed1ff7 100644 --- a/pyconfig.h.in +++ b/pyconfig.h.in @@ -653,9 +653,18 @@ /* Define to 1 if you have the <sched.h> header file. */ #undef HAVE_SCHED_H +/* Define to 1 if you have the `sched_rr_get_interval' function. */ +#undef HAVE_SCHED_RR_GET_INTERVAL + /* Define to 1 if you have the `sched_setaffinity' function. */ #undef HAVE_SCHED_SETAFFINITY +/* Define to 1 if you have the `sched_setparam' function. */ +#undef HAVE_SCHED_SETPARAM + +/* Define to 1 if you have the `sched_setscheduler' function. */ +#undef HAVE_SCHED_SETSCHEDULER + /* Define to 1 if you have the `select' function. */ #undef HAVE_SELECT |