diff options
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/configure.in b/configure.in index 4210d3e94..28843226d 100644 --- a/configure.in +++ b/configure.in | |||
@@ -1,4 +1,4 @@ | |||
1 | # $Id: configure.in,v 1.305 2001/08/06 23:29:17 mouring Exp $ | 1 | # $Id: configure.in,v 1.306 2001/08/07 22:29:08 tim Exp $ |
2 | 2 | ||
3 | AC_INIT(ssh.c) | 3 | AC_INIT(ssh.c) |
4 | 4 | ||
@@ -242,12 +242,12 @@ mips-sony-bsd|mips-sony-newsos4) | |||
242 | MANTYPE=man | 242 | MANTYPE=man |
243 | ;; | 243 | ;; |
244 | *-*-unicos*) | 244 | *-*-unicos*) |
245 | no_libsocket=1 | 245 | no_libsocket=1 |
246 | no_libnsl=1 | 246 | no_libnsl=1 |
247 | AC_DEFINE(USE_PIPES) | 247 | AC_DEFINE(USE_PIPES) |
248 | LDFLAGS="$LDFLAGS -L/usr/local/lib" | 248 | LDFLAGS="$LDFLAGS -Wl,-Dmsglevel=334:fatal,-L/usr/local/lib" |
249 | LIBS="$LIBS -lgen -lrsc" | 249 | LIBS="$LIBS -lgen -lrsc" |
250 | ;; | 250 | ;; |
251 | *-dec-osf*) | 251 | *-dec-osf*) |
252 | AC_MSG_CHECKING(for Digital Unix SIA) | 252 | AC_MSG_CHECKING(for Digital Unix SIA) |
253 | no_osfsia="" | 253 | no_osfsia="" |
@@ -469,7 +469,7 @@ AC_ARG_WITH(tcp-wrappers, | |||
469 | ) | 469 | ) |
470 | 470 | ||
471 | dnl Checks for library functions. | 471 | dnl Checks for library functions. |
472 | AC_CHECK_FUNCS(arc4random atexit b64_ntop bcopy bindresvport_sa clock dirname fchown fchmod freeaddrinfo futimes gai_strerror getcwd getaddrinfo getgrouplist getopt getnameinfo getrlimit getrusage getttyent glob inet_aton inet_ntoa innetgr login_getcapbool md5_crypt memmove mkdtemp on_exit openpty readpassphrase realpath rresvport_af setdtablesize setenv setegid seteuid setlogin setproctitle setresgid setreuid setrlimit setsid setvbuf sigaction sigvec snprintf strerror strlcat strlcpy strmode strsep sysconf tcgetpgrp utimes vsnprintf vhangup vis waitpid _getpty __b64_ntop) | 472 | AC_CHECK_FUNCS(arc4random atexit b64_ntop bcopy bindresvport_sa clock dirname fchown fchmod freeaddrinfo futimes gai_strerror getcwd getaddrinfo getgrouplist getopt getnameinfo getrlimit getrusage getttyent glob inet_aton inet_ntoa inet_ntop innetgr login_getcapbool md5_crypt memmove mkdtemp on_exit openpty readpassphrase realpath rresvport_af setdtablesize setenv setegid seteuid setlogin setproctitle setresgid setreuid setrlimit setsid setvbuf sigaction sigvec snprintf strerror strlcat strlcpy strmode strsep sysconf tcgetpgrp utimes vsnprintf vhangup vis waitpid _getpty __b64_ntop) |
473 | dnl Checks for time functions | 473 | dnl Checks for time functions |
474 | AC_CHECK_FUNCS(gettimeofday time) | 474 | AC_CHECK_FUNCS(gettimeofday time) |
475 | dnl Checks for libutil functions | 475 | dnl Checks for libutil functions |