diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | configure.ac | 6 |
2 files changed, 5 insertions, 6 deletions
@@ -1,3 +1,6 @@ | |||
1 | 20021113 | ||
2 | - (tim) [configure.ac] remove unused variables no_libsocket and no_libnsl | ||
3 | |||
1 | 20021111 | 4 | 20021111 |
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 | ||
3 | AC_INIT | 3 | AC_INIT |
4 | AC_CONFIG_SRCDIR([ssh.c]) | 4 | AC_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) |