diff options
author | Benjamin Peterson <benjamin@python.org> | 2017-10-19 06:39:01 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-19 06:39:01 (GMT) |
commit | 24c4d046c492d598d32982194c84db236ccf9793 (patch) | |
tree | 3da28889ff8b023278b797700b688574249650f9 /pyconfig.h.in | |
parent | 20faa68bbb912a7b7b056477f5966eff51ff0a65 (diff) | |
download | cpython-24c4d046c492d598d32982194c84db236ccf9793.zip cpython-24c4d046c492d598d32982194c84db236ccf9793.tar.gz cpython-24c4d046c492d598d32982194c84db236ccf9793.tar.bz2 |
drop unused configure check for pthread_atfork (#4046)
Diffstat (limited to 'pyconfig.h.in')
-rw-r--r-- | pyconfig.h.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/pyconfig.h.in b/pyconfig.h.in index 7f0c6b3..662c42e 100644 --- a/pyconfig.h.in +++ b/pyconfig.h.in @@ -688,9 +688,6 @@ /* Define if your compiler supports function prototype */ #undef HAVE_PROTOTYPES -/* Define to 1 if you have the `pthread_atfork' function. */ -#undef HAVE_PTHREAD_ATFORK - /* Defined for Solaris 2.6 bug in pthread header. */ #undef HAVE_PTHREAD_DESTRUCTOR |