Kaydet (Commit) 253d1f44 authored tarafından Martin v. Löwis's avatar Martin v. Löwis

Record UnixWare 7.1.4 as broken. Fixes #929689.

Backported to 2.3.
üst 7d9c6c7e
#! /bin/sh
# From configure.in Revision: 1.453 .
# From configure.in Revision: 1.454 .
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.57 for python 2.4.
#
......@@ -1442,7 +1442,7 @@ case $ac_sys_system/$ac_sys_release in
define_xopen_source=no;;
# On UnixWare 7, u_long is never defined with _XOPEN_SOURCE,
# but used in /usr/include/netinet/tcp.h. Reported by Tim Rice.
OpenUNIX/8.0.0| UnixWare/7.1.[0-3])
OpenUNIX/8.0.0| UnixWare/7.1.[0-4])
define_xopen_source=no;;
# On OpenServer 5, u_short is never defined with _XOPEN_SOURCE,
# but used in struct sockaddr.sa_family. Reported by Tim Rice.
......
......@@ -144,7 +144,8 @@ case $ac_sys_system/$ac_sys_release in
define_xopen_source=no;;
# On UnixWare 7, u_long is never defined with _XOPEN_SOURCE,
# but used in /usr/include/netinet/tcp.h. Reported by Tim Rice.
OpenUNIX/8.0.0| UnixWare/7.1.@<:@0-3@:>@)
# Reconfirmed for 7.1.4 by Martin v. Loewis.
OpenUNIX/8.0.0| UnixWare/7.1.@<:@0-4@:>@)
define_xopen_source=no;;
# On OpenServer 5, u_short is never defined with _XOPEN_SOURCE,
# but used in struct sockaddr.sa_family. Reported by Tim Rice.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment