]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
Use libiaf on all sysv5 systems
authorTim Rice <tim@multitalents.net>
Sun, 25 Mar 2018 17:00:21 +0000 (10:00 -0700)
committerTim Rice <tim@multitalents.net>
Sun, 25 Mar 2018 17:00:21 +0000 (10:00 -0700)
configure.ac

index 54e187aa19b58c626d8f93388f37261e4dcd5ad2..bedacc2db4016bc93a7cfa3282265527886ddba9 100644 (file)
@@ -1091,20 +1091,16 @@ mips-sony-bsd|mips-sony-newsos4)
        AC_DEFINE([PASSWD_NEEDS_USERNAME])
        AC_DEFINE([BROKEN_TCGETATTR_ICANON])
        TEST_SHELL=$SHELL       # let configure find us a capable shell
+       check_for_libcrypt_later=1
        case "$host" in
        *-*-sysv5SCO_SV*)       # SCO OpenServer 6.x
                maildir=/var/spool/mail
-               AC_DEFINE([BROKEN_LIBIAF], [1],
-                       [ia_uinfo routines not supported by OS yet])
                AC_DEFINE([BROKEN_UPDWTMPX])
                AC_CHECK_LIB([prot], [getluid], [ LIBS="$LIBS -lprot"
                        AC_CHECK_FUNCS([getluid setluid], , , [-lprot])
-                       AC_DEFINE([HAVE_SECUREWARE])
-                       AC_DEFINE([DISABLE_SHADOW])
                        ], , )
                ;;
        *)      AC_DEFINE([LOCKED_PASSWD_STRING], ["*LK*"])
-               check_for_libcrypt_later=1
                ;;
        esac
        ;;