summaryrefslogtreecommitdiff
path: root/pyconfig.h.in
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2016-12-19 23:54:25 -0800
committerBenjamin Peterson <benjamin@python.org>2016-12-19 23:54:25 -0800
commitfb2ae15c6704a072afeef4786749d9bb2ce7d68d (patch)
treeeb8e9052b3855dd2bfd772114b4728455e56c518 /pyconfig.h.in
parent6165d55f1398ddf1cbd21e237129af7116a1fa73 (diff)
downloadcpython-git-fb2ae15c6704a072afeef4786749d9bb2ce7d68d.tar.gz
add a specific configure check for sys/random.h (closes #28932)
Diffstat (limited to 'pyconfig.h.in')
-rw-r--r--pyconfig.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/pyconfig.h.in b/pyconfig.h.in
index bf4ba5bd40..39ccf53ea6 100644
--- a/pyconfig.h.in
+++ b/pyconfig.h.in
@@ -1005,6 +1005,9 @@
/* Define to 1 if you have the <sys/poll.h> header file. */
#undef HAVE_SYS_POLL_H
+/* Define to 1 if you have the <sys/random.h> header file. */
+#undef HAVE_SYS_RANDOM_H
+
/* Define to 1 if you have the <sys/resource.h> header file. */
#undef HAVE_SYS_RESOURCE_H