summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Rice <tim@multitalents.net>2002-11-13 15:55:55 -0800
committerTim Rice <tim@multitalents.net>2002-11-13 15:55:55 -0800
commitbe2396458eb442f095402019609d425fd54cacc1 (patch)
treecf9e59fd48403fcea3285ae365c3d7ec58e560f8
parent748fcf9881f67f75b5b5935b1a0f18945e9c0443 (diff)
[configure.ac] remove unused variables no_libsocket and no_libnsl
-rw-r--r--ChangeLog5
-rw-r--r--configure.ac6
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 @@
120021113
2 - (tim) [configure.ac] remove unused variables no_libsocket and no_libnsl
3
120021111 420021111
2 - (tim) [contrib/solaris/opensshd.in] add umask 022 so sshd.pid is 5 - (tim) [contrib/solaris/opensshd.in] add umask 022 so sshd.pid is
3 not world writable. 6 not world writable.
@@ -822,4 +825,4 @@
822 save auth method before monitor_reset_key_state(); bugzilla bug #284; 825 save auth method before monitor_reset_key_state(); bugzilla bug #284;
823 ok provos@ 826 ok provos@
824 827
825$Id: ChangeLog,v 1.2512 2002/11/13 23:50:04 tim Exp $ 828$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 @@
1# $Id: configure.ac,v 1.91 2002/10/16 00:24:05 mouring Exp $ 1# $Id: configure.ac,v 1.92 2002/11/13 23:55:57 tim Exp $
2 2
3AC_INIT 3AC_INIT
4AC_CONFIG_SRCDIR([ssh.c]) 4AC_CONFIG_SRCDIR([ssh.c])
@@ -290,8 +290,6 @@ mips-sony-bsd|mips-sony-newsos4)
290 MANTYPE=man 290 MANTYPE=man
291 ;; 291 ;;
292*-*-unicosmk*) 292*-*-unicosmk*)
293 no_libsocket=1
294 no_libnsl=1
295 AC_DEFINE(USE_PIPES) 293 AC_DEFINE(USE_PIPES)
296 AC_DEFINE(DISABLE_FD_PASSING) 294 AC_DEFINE(DISABLE_FD_PASSING)
297 LDFLAGS="$LDFLAGS" 295 LDFLAGS="$LDFLAGS"
@@ -299,8 +297,6 @@ mips-sony-bsd|mips-sony-newsos4)
299 MANTYPE=cat 297 MANTYPE=cat
300 ;; 298 ;;
301*-*-unicos*) 299*-*-unicos*)
302 no_libsocket=1
303 no_libnsl=1
304 AC_DEFINE(USE_PIPES) 300 AC_DEFINE(USE_PIPES)
305 AC_DEFINE(DISABLE_FD_PASSING) 301 AC_DEFINE(DISABLE_FD_PASSING)
306 AC_DEFINE(NO_SSH_LASTLOG) 302 AC_DEFINE(NO_SSH_LASTLOG)