summaryrefslogtreecommitdiff
path: root/pyconfig.h.in
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2017-10-18 23:39:01 -0700
committerGitHub <noreply@github.com>2017-10-18 23:39:01 -0700
commit24c4d046c492d598d32982194c84db236ccf9793 (patch)
tree3da28889ff8b023278b797700b688574249650f9 /pyconfig.h.in
parent20faa68bbb912a7b7b056477f5966eff51ff0a65 (diff)
downloadcpython-git-24c4d046c492d598d32982194c84db236ccf9793.tar.gz
drop unused configure check for pthread_atfork (#4046)
Diffstat (limited to 'pyconfig.h.in')
-rw-r--r--pyconfig.h.in3
1 files changed, 0 insertions, 3 deletions
diff --git a/pyconfig.h.in b/pyconfig.h.in
index 7f0c6b33a9..662c42e047 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