summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2001-04-25 22:50:18 +1000
committerDamien Miller <djm@mindrot.org>2001-04-25 22:50:18 +1000
commitda2ed56f61f3b28259c0aa32d89e5e6f08228a4b (patch)
tree3e03729e4d245001aaf8d220baac7558fde73631 /configure.in
parentf815442116071c69525915018edf5a32081bddc2 (diff)
- (djm) Include crypt.h if available in auth-passwd.c
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index e447d342f..c23bf0d8d 100644
--- a/configure.in
+++ b/configure.in
@@ -1,4 +1,4 @@
1# $Id: configure.in,v 1.280 2001/04/23 22:39:42 mouring Exp $ 1# $Id: configure.in,v 1.281 2001/04/25 12:50:19 djm Exp $
2 2
3AC_INIT(ssh.c) 3AC_INIT(ssh.c)
4 4
@@ -341,7 +341,7 @@ AC_CHECK_FUNC(utimes,
341AC_FUNC_STRFTIME 341AC_FUNC_STRFTIME
342 342
343# Checks for header files. 343# Checks for header files.
344AC_CHECK_HEADERS(bstring.h endian.h floatingpoint.h getopt.h glob.h lastlog.h limits.h login.h login_cap.h maillock.h netdb.h netgroup.h netinet/in_systm.h paths.h poll.h pty.h regex.h shadow.h security/pam_appl.h sys/bitypes.h sys/bsdtty.h sys/cdefs.h sys/poll.h sys/queue.h sys/select.h sys/stat.h sys/stropts.h sys/sysmacros.h sys/time.h sys/ttcompat.h sys/un.h stddef.h time.h ttyent.h usersec.h util.h utime.h utmp.h utmpx.h vis.h) 344AC_CHECK_HEADERS(bstring.h crypt.h endian.h floatingpoint.h getopt.h glob.h lastlog.h limits.h login.h login_cap.h maillock.h netdb.h netgroup.h netinet/in_systm.h paths.h poll.h pty.h regex.h shadow.h security/pam_appl.h sys/bitypes.h sys/bsdtty.h sys/cdefs.h sys/poll.h sys/queue.h sys/select.h sys/stat.h sys/stropts.h sys/sysmacros.h sys/time.h sys/ttcompat.h sys/un.h stddef.h time.h ttyent.h usersec.h util.h utime.h utmp.h utmpx.h vis.h)
345 345
346# Check for ALTDIRFUNC glob() extension 346# Check for ALTDIRFUNC glob() extension
347AC_MSG_CHECKING(for GLOB_ALTDIRFUNC support) 347AC_MSG_CHECKING(for GLOB_ALTDIRFUNC support)