From be2396458eb442f095402019609d425fd54cacc1 Mon Sep 17 00:00:00 2001 From: Tim Rice Date: Wed, 13 Nov 2002 15:55:55 -0800 Subject: [configure.ac] remove unused variables no_libsocket and no_libnsl --- ChangeLog | 5 ++++- configure.ac | 6 +----- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/ChangeLog b/ChangeLog index ebcda10f5..57c6d6d62 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 $ diff --git a/configure.ac b/configure.ac index 4be5f641e..0736e41ab 100644 --- a/configure.ac +++ b/configure.ac @@ -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) -- cgit v1.2.3