diff options
author | Benjamin Peterson <benjamin@python.org> | 2016-12-20 07:55:24 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2016-12-20 07:55:24 (GMT) |
commit | 38f225dd486ab69779eab3cae4fa2375f6c2d8d6 (patch) | |
tree | 150e57264b2c9d0b2a3fdc3717282dc29e3e0b36 /pyconfig.h.in | |
parent | 2ea5bfee1959c23d02d7d24ed74b1b3b773d8902 (diff) | |
parent | b0eb986eb236c41ebf098233940e038c7b993b9f (diff) | |
download | cpython-38f225dd486ab69779eab3cae4fa2375f6c2d8d6.zip cpython-38f225dd486ab69779eab3cae4fa2375f6c2d8d6.tar.gz cpython-38f225dd486ab69779eab3cae4fa2375f6c2d8d6.tar.bz2 |
merge 3.6 (#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 bfccabe..06bb248 100644 --- a/pyconfig.h.in +++ b/pyconfig.h.in @@ -1036,6 +1036,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 |