[configure.ac] remove unused variables no_libsocket and no_libnsl

This commit is contained in:
Tim Rice 2002-11-13 15:55:55 -08:00
parent 748fcf9881
commit be2396458e
2 changed files with 5 additions and 6 deletions

View File

@ -1,3 +1,6 @@
20021113
- (tim) [configure.ac] remove unused variables no_libsocket and no_libnsl
20021111
- (tim) [contrib/solaris/opensshd.in] add umask 022 so sshd.pid is
not world writable.
@ -822,4 +825,4 @@
save auth method before monitor_reset_key_state(); bugzilla bug #284;
ok provos@
$Id: ChangeLog,v 1.2512 2002/11/13 23:50:04 tim Exp $
$Id: ChangeLog,v 1.2513 2002/11/13 23:55:55 tim Exp $

View File

@ -1,4 +1,4 @@
# $Id: configure.ac,v 1.91 2002/10/16 00:24:05 mouring Exp $
# $Id: configure.ac,v 1.92 2002/11/13 23:55:57 tim Exp $
AC_INIT
AC_CONFIG_SRCDIR([ssh.c])
@ -290,8 +290,6 @@ mips-sony-bsd|mips-sony-newsos4)
MANTYPE=man
;;
*-*-unicosmk*)
no_libsocket=1
no_libnsl=1
AC_DEFINE(USE_PIPES)
AC_DEFINE(DISABLE_FD_PASSING)
LDFLAGS="$LDFLAGS"
@ -299,8 +297,6 @@ mips-sony-bsd|mips-sony-newsos4)
MANTYPE=cat
;;
*-*-unicos*)
no_libsocket=1
no_libnsl=1
AC_DEFINE(USE_PIPES)
AC_DEFINE(DISABLE_FD_PASSING)
AC_DEFINE(NO_SSH_LASTLOG)