diff options
author | pxinwr <peixing.xin@windriver.com> | 2019-05-21 18:46:37 +0800 |
---|---|---|
committer | Victor Stinner <vstinner@redhat.com> | 2019-05-21 12:46:37 +0200 |
commit | f2d7ac7e5bd821e29e0fcb78a760a282059ae000 (patch) | |
tree | 096d1f8f9ccb49a93741ecbd15e35b6775282a48 /pyconfig.h.in | |
parent | Revert "bpo-36084: Add native thread ID to threading.Thread objects (GH-11993... (diff) | |
download | cpython-f2d7ac7e5bd821e29e0fcb78a760a282059ae000.tar.gz cpython-f2d7ac7e5bd821e29e0fcb78a760a282059ae000.tar.bz2 cpython-f2d7ac7e5bd821e29e0fcb78a760a282059ae000.zip |
bpo-31904: Add posix module support for VxWorks (GH-12118)
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 4b779614727..1cafb9ae42d 100644 --- a/pyconfig.h.in +++ b/pyconfig.h.in @@ -835,6 +835,9 @@ /* Define to 1 if you have the `round' function. */ #undef HAVE_ROUND +/* Define to 1 if you have the `rtpSpawn' function. */ +#undef HAVE_RTPSPAWN + /* Define to 1 if you have the `sched_get_priority_max' function. */ #undef HAVE_SCHED_GET_PRIORITY_MAX |