diff options
author | Christian Heimes <christian@python.org> | 2021-11-26 14:16:54 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-26 14:16:54 (GMT) |
commit | 8caceb7a474bf32cddfd25fba25b531ff65f4365 (patch) | |
tree | 910efc6bfc66a2d9b665c73eb88c0e88cfc5650c /pyconfig.h.in | |
parent | db671b010cb4662011c6e6567a1f4fcd509102b8 (diff) | |
download | cpython-8caceb7a474bf32cddfd25fba25b531ff65f4365.zip cpython-8caceb7a474bf32cddfd25fba25b531ff65f4365.tar.gz cpython-8caceb7a474bf32cddfd25fba25b531ff65f4365.tar.bz2 |
bpo-40280: Add configure check for socket shutdown (GH-29795)
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 842759f..b837b9a 100644 --- a/pyconfig.h.in +++ b/pyconfig.h.in @@ -992,6 +992,9 @@ /* Define to 1 if you have the `shm_unlink' function. */ #undef HAVE_SHM_UNLINK +/* Define to 1 if you have the `shutdown' function. */ +#undef HAVE_SHUTDOWN + /* Define to 1 if you have the `sigaction' function. */ #undef HAVE_SIGACTION |