summaryrefslogtreecommitdiff
path: root/pyconfig.h.in
diff options
context:
space:
mode:
authorpxinwr <peixing.xin@windriver.com>2019-05-21 18:46:37 +0800
committerVictor Stinner <vstinner@redhat.com>2019-05-21 12:46:37 +0200
commitf2d7ac7e5bd821e29e0fcb78a760a282059ae000 (patch)
tree096d1f8f9ccb49a93741ecbd15e35b6775282a48 /pyconfig.h.in
parentd12e75734d46ecde588c5de65e6d64146911d20c (diff)
downloadcpython-git-f2d7ac7e5bd821e29e0fcb78a760a282059ae000.tar.gz
bpo-31904: Add posix module support for VxWorks (GH-12118)
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 4b77961472..1cafb9ae42 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