summaryrefslogtreecommitdiff
path: root/pyconfig.h.in
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2016-07-06 23:55:15 -0700
committerBenjamin Peterson <benjamin@python.org>2016-07-06 23:55:15 -0700
commitb8a2f51ceb636878ec767554eddbb11ff4502c55 (patch)
treeec04fad6ca54ca6c7054479471b7c2ac674a8b94 /pyconfig.h.in
parent27007dccec8ce20ee95e45492643bc1407326abc (diff)
downloadcpython-git-b8a2f51ceb636878ec767554eddbb11ff4502c55.tar.gz
assume egd unless OPENSSL_NO_EGD is defined—remove configure check (closes #24557)
Diffstat (limited to 'pyconfig.h.in')
-rw-r--r--pyconfig.h.in9
1 files changed, 3 insertions, 6 deletions
diff --git a/pyconfig.h.in b/pyconfig.h.in
index 7895535532..bf4ba5bd40 100644
--- a/pyconfig.h.in
+++ b/pyconfig.h.in
@@ -543,12 +543,12 @@
/* Define to 1 if you have the <linux/netlink.h> header file. */
#undef HAVE_LINUX_NETLINK_H
-/* Define to 1 if you have the <linux/tipc.h> header file. */
-#undef HAVE_LINUX_TIPC_H
-
/* Define to 1 if you have the <linux/random.h> header file. */
#undef HAVE_LINUX_RANDOM_H
+/* Define to 1 if you have the <linux/tipc.h> header file. */
+#undef HAVE_LINUX_TIPC_H
+
/* Define to 1 if you have the `lockf' function. */
#undef HAVE_LOCKF
@@ -696,9 +696,6 @@
/* Define to 1 if you have the `pwrite' function. */
#undef HAVE_PWRITE
-/* Define if the libcrypto has RAND_egd */
-#undef HAVE_RAND_EGD
-
/* Define to 1 if you have the `readlink' function. */
#undef HAVE_READLINK