]> andersk Git - openssh.git/commitdiff
[configure.ac] define WITH_ABBREV_NO_TTY for SCO. Report by Roger Cornelius.
authortim <tim>
Sat, 13 Sep 2003 01:15:15 +0000 (01:15 +0000)
committertim <tim>
Sat, 13 Sep 2003 01:15:15 +0000 (01:15 +0000)
ChangeLog
configure.ac

index ff3e1ff46b706eb72c7d30a305f64d51999f64a3..69a99bf25aa00be5a8ab5c1ede11fa6066e6aecf 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,8 @@
  - (dtucker) [auth-passwd.c] On AIX, call setauthdb() before loginsuccess(),
    required to correctly reset failed login count when using a password
    registry other than "files" (eg LDAP, see bug #543).
+ - (tim) [configure.ac] define WITH_ABBREV_NO_TTY for SCO.
+   Report by Roger Cornelius.
 
 20030912
  - (tim) [regress/agent-ptrace.sh] sh doesn't like "if ! shell_function; then".
index cafbe42432a99625f082b176bdcbe0b0168f0920..6c226aa7eef81b7004fac1b7242554e6206350ab 100644 (file)
@@ -321,6 +321,7 @@ mips-sony-bsd|mips-sony-newsos4)
        AC_DEFINE(HAVE_SECUREWARE)
        AC_DEFINE(DISABLE_SHADOW)
        AC_DEFINE(BROKEN_SAVED_UIDS)
+       AC_DEFINE(WITH_ABBREV_NO_TTY)
        AC_CHECK_FUNCS(getluid setluid)
        MANTYPE=man
        do_sco3_extra_lib_check=yes
@@ -340,6 +341,7 @@ mips-sony-bsd|mips-sony-newsos4)
        AC_DEFINE(SETEUID_BREAKS_SETUID)
        AC_DEFINE(BROKEN_SETREUID)
        AC_DEFINE(BROKEN_SETREGID)
+       AC_DEFINE(WITH_ABBREV_NO_TTY)
        AC_CHECK_FUNCS(getluid setluid)
        MANTYPE=man
        ;;
This page took 0.047485 seconds and 5 git commands to generate.