diff options
author | Benjamin Peterson <benjamin@python.org> | 2016-07-07 06:58:16 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2016-07-07 06:58:16 (GMT) |
commit | 50600a78cb6b0e4ea47033a2fd5e982c20a5d946 (patch) | |
tree | 766e594bf7dd7507f2ffb9f0844fbed5c61e82b6 /pyconfig.h.in | |
parent | c13d85bf8d769bba49c737c326b483b257a997b0 (diff) | |
parent | b8a2f51ceb636878ec767554eddbb11ff4502c55 (diff) | |
download | cpython-50600a78cb6b0e4ea47033a2fd5e982c20a5d946.zip cpython-50600a78cb6b0e4ea47033a2fd5e982c20a5d946.tar.gz cpython-50600a78cb6b0e4ea47033a2fd5e982c20a5d946.tar.bz2 |
merge 3.5 (#24557)
Diffstat (limited to 'pyconfig.h.in')
-rw-r--r-- | pyconfig.h.in | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/pyconfig.h.in b/pyconfig.h.in index eaee16f..a104f3c 100644 --- a/pyconfig.h.in +++ b/pyconfig.h.in @@ -571,12 +571,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 @@ -724,9 +724,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 |