summaryrefslogtreecommitdiff
path: root/pyconfig.h.in
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2016-12-19 23:54:57 -0800
committerBenjamin Peterson <benjamin@python.org>2016-12-19 23:54:57 -0800
commitb0eb986eb236c41ebf098233940e038c7b993b9f (patch)
treefb52bf832962d592652034d5e35cfd160b3418ea /pyconfig.h.in
parent7f5954d1f0f0c3b893d85069d27c21ac12b97e46 (diff)
parentfb2ae15c6704a072afeef4786749d9bb2ce7d68d (diff)
downloadcpython-git-b0eb986eb236c41ebf098233940e038c7b993b9f.tar.gz
merge 3.5 (#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 e7a836c5d4..6b376a646f 100644
--- a/pyconfig.h.in
+++ b/pyconfig.h.in
@@ -1033,6 +1033,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