summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 03c5358fe..6965c05f2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
1# $Id: configure.ac,v 1.106 2003/02/10 23:04:03 djm Exp $ 1# $Id: configure.ac,v 1.107 2003/02/24 01:47:16 djm Exp $
2 2
3AC_INIT 3AC_INIT
4AC_CONFIG_SRCDIR([ssh.c]) 4AC_CONFIG_SRCDIR([ssh.c])
@@ -383,7 +383,7 @@ AC_ARG_WITH(libs,
383 383
384# Checks for header files. 384# Checks for header files.
385AC_CHECK_HEADERS(bstring.h crypt.h endian.h floatingpoint.h \ 385AC_CHECK_HEADERS(bstring.h crypt.h endian.h floatingpoint.h \
386 getopt.h glob.h ia.h lastlog.h limits.h login.h \ 386 getopt.h glob.h ia.h lastlog.h libgen.h limits.h login.h \
387 login_cap.h maillock.h netdb.h netgroup.h \ 387 login_cap.h maillock.h netdb.h netgroup.h \
388 netinet/in_systm.h paths.h pty.h readpassphrase.h \ 388 netinet/in_systm.h paths.h pty.h readpassphrase.h \
389 rpc/types.h security/pam_appl.h shadow.h stddef.h stdint.h \ 389 rpc/types.h security/pam_appl.h shadow.h stddef.h stdint.h \
@@ -610,7 +610,7 @@ AC_CHECK_FUNCS(arc4random b64_ntop bcopy bindresvport_sa \
610 realpath recvmsg rresvport_af sendmsg setdtablesize setegid \ 610 realpath recvmsg rresvport_af sendmsg setdtablesize setegid \
611 setenv seteuid setgroups setlogin setproctitle setresgid setreuid \ 611 setenv seteuid setgroups setlogin setproctitle setresgid setreuid \
612 setrlimit setsid setpcred setvbuf sigaction sigvec snprintf \ 612 setrlimit setsid setpcred setvbuf sigaction sigvec snprintf \
613 socketpair strerror strlcat strlcpy strmode strnvis sysconf \ 613 socketpair strerror strlcat strlcpy strmode strnvis sysconf tcgetpgrp \
614 truncate utimes vhangup vsnprintf waitpid __b64_ntop _getpty) 614 truncate utimes vhangup vsnprintf waitpid __b64_ntop _getpty)
615 615
616AC_SEARCH_LIBS(nanosleep, rt posix4, AC_DEFINE(HAVE_NANOSLEEP)) 616AC_SEARCH_LIBS(nanosleep, rt posix4, AC_DEFINE(HAVE_NANOSLEEP))