summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac8
1 files changed, 4 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac
index f66104e78..608127f55 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
1# $Id: configure.ac,v 1.104 2003/01/28 00:33:44 djm Exp $ 1# $Id: configure.ac,v 1.105 2003/02/01 04:43:34 mouring Exp $
2 2
3AC_INIT 3AC_INIT
4AC_CONFIG_SRCDIR([ssh.c]) 4AC_CONFIG_SRCDIR([ssh.c])
@@ -388,7 +388,7 @@ AC_CHECK_HEADERS(bstring.h crypt.h endian.h floatingpoint.h \
388 rpc/types.h security/pam_appl.h shadow.h stddef.h stdint.h \ 388 rpc/types.h security/pam_appl.h shadow.h stddef.h stdint.h \
389 strings.h sys/bitypes.h sys/bsdtty.h sys/cdefs.h \ 389 strings.h sys/bitypes.h sys/bsdtty.h sys/cdefs.h \
390 sys/mman.h sys/pstat.h sys/select.h sys/stat.h \ 390 sys/mman.h sys/pstat.h sys/select.h sys/stat.h \
391 sys/stropts.h sys/sysmacros.h sys/time.h \ 391 sys/stropts.h sys/sysmacros.h sys/time.h sys/timers.h \
392 sys/un.h time.h tmpdir.h ttyent.h usersec.h \ 392 sys/un.h time.h tmpdir.h ttyent.h usersec.h \
393 util.h utime.h utmp.h utmpx.h) 393 util.h utime.h utmp.h utmpx.h)
394 394
@@ -604,8 +604,8 @@ AC_CHECK_FUNCS(arc4random b64_ntop bcopy bindresvport_sa \
604 clock fchmod fchown freeaddrinfo futimes gai_strerror \ 604 clock fchmod fchown freeaddrinfo futimes gai_strerror \
605 getaddrinfo getcwd getgrouplist getnameinfo getopt getpeereid\ 605 getaddrinfo getcwd getgrouplist getnameinfo getopt getpeereid\
606 getrlimit getrusage getttyent glob inet_aton inet_ntoa \ 606 getrlimit getrusage getttyent glob inet_aton inet_ntoa \
607 inet_ntop innetgr login_getcapbool md5_crypt memmove \ 607 inet_ntop innetgr login_getcapbool md5_crypt memmove mkdtemp \
608 mkdtemp mmap ngetaddrinfo openpty ogetaddrinfo pstat readpassphrase \ 608 mmap ngetaddrinfo nsleep openpty ogetaddrinfo pstat readpassphrase \
609 realpath recvmsg rresvport_af sendmsg setdtablesize setegid \ 609 realpath recvmsg rresvport_af sendmsg setdtablesize setegid \
610 setenv seteuid setgroups setlogin setproctitle setresgid setreuid \ 610 setenv seteuid setgroups setlogin setproctitle setresgid setreuid \
611 setrlimit setsid setpcred setvbuf sigaction sigvec snprintf \ 611 setrlimit setsid setpcred setvbuf sigaction sigvec snprintf \