diff options
author | Christian Heimes <christian@python.org> | 2022-03-22 17:42:09 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-22 17:42:09 (GMT) |
commit | 4aea656d62860e78cd8384f2de375f0d4f1db579 (patch) | |
tree | fb22ac0872243fd981f091ebda38c646bc779305 /pyconfig.h.in | |
parent | 9b889b5bda32c2610f98114d94750ba5f3260b58 (diff) | |
download | cpython-4aea656d62860e78cd8384f2de375f0d4f1db579.zip cpython-4aea656d62860e78cd8384f2de375f0d4f1db579.tar.gz cpython-4aea656d62860e78cd8384f2de375f0d4f1db579.tar.bz2 |
bpo-32033: Finalize WASI configure options (GH-32053)
Diffstat (limited to 'pyconfig.h.in')
-rw-r--r-- | pyconfig.h.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/pyconfig.h.in b/pyconfig.h.in index 4095288..ccbf900 100644 --- a/pyconfig.h.in +++ b/pyconfig.h.in @@ -1728,6 +1728,12 @@ /* Define to force use of thread-safe errno, h_errno, and other functions */ #undef _REENTRANT +/* Define to 1 if you want to emulate getpid() on WASI */ +#undef _WASI_EMULATED_GETPID + +/* Define to 1 if you want to emulate process clocks on WASI */ +#undef _WASI_EMULATED_PROCESS_CLOCKS + /* Define to 1 if you want to emulate signals on WASI */ #undef _WASI_EMULATED_SIGNAL |