[configure.ac] remove unused variables no_libsocket and no_libnsl
diff --git a/ChangeLog b/ChangeLog
index ebcda10..57c6d6d 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 4be5f64..0736e41 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 @@
 	MANTYPE=man
 	;;
 *-*-unicosmk*)
-	no_libsocket=1
-	no_libnsl=1
 	AC_DEFINE(USE_PIPES)
 	AC_DEFINE(DISABLE_FD_PASSING)
 	LDFLAGS="$LDFLAGS"
@@ -299,8 +297,6 @@
 	MANTYPE=cat
 	;;
 *-*-unicos*)
-	no_libsocket=1
-	no_libnsl=1
 	AC_DEFINE(USE_PIPES)
 	AC_DEFINE(DISABLE_FD_PASSING)
 	AC_DEFINE(NO_SSH_LASTLOG)