diff options
author | Benjamin Peterson <benjamin@python.org> | 2016-12-20 07:54:57 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2016-12-20 07:54:57 (GMT) |
commit | b0eb986eb236c41ebf098233940e038c7b993b9f (patch) | |
tree | fb52bf832962d592652034d5e35cfd160b3418ea /pyconfig.h.in | |
parent | 7f5954d1f0f0c3b893d85069d27c21ac12b97e46 (diff) | |
parent | fb2ae15c6704a072afeef4786749d9bb2ce7d68d (diff) | |
download | cpython-b0eb986eb236c41ebf098233940e038c7b993b9f.zip cpython-b0eb986eb236c41ebf098233940e038c7b993b9f.tar.gz cpython-b0eb986eb236c41ebf098233940e038c7b993b9f.tar.bz2 |
merge 3.5 (#28932)
Diffstat (limited to 'pyconfig.h.in')
-rw-r--r-- | pyconfig.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/pyconfig.h.in b/pyconfig.h.in index e7a836c..6b376a6 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 |