Remove support for obsolete ISC UNIX and MIPS RISC/OS systems.

They were getting in the way of net_its.c simplification.
This commit is contained in:
Todd C. Miller
2021-03-24 08:54:17 -06:00
parent 9d6a37a49b
commit cf8feb2876
3 changed files with 31 additions and 221 deletions

View File

@@ -2184,24 +2184,6 @@ case "$host" in
# lockf() is broken on the Hurd
ac_cv_func_lockf=no
;;
*-*-riscos*)
LIBS="${LIBS} -lsun -lbsd"
AX_APPEND_FLAG([-I/usr/include], [CPPFLAGS])
AX_APPEND_FLAG([-I/usr/include/bsd], [CPPFLAGS])
AX_APPEND_FLAG([-D_MIPS], [CPPFLAGS])
: ${mansectsu='1m'}
: ${mansectform='4'}
;;
*-*-isc*)
AX_APPEND_FLAG([-D_ISC], [CPPFLAGS])
ac_cv_search_crypt="-lcrypt"
shadow_funcs="getspnam"
shadow_libs="-lsec"
: ${mansectsu='1m'}
: ${mansectform='4'}
;;
*-*-sco*|*-sco-*)
shadow_funcs="getprpwnam"
shadow_libs="-lprot -lx"