summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2004-03-03 11:08:59 +1100
committerDamien Miller <djm@mindrot.org>2004-03-03 11:08:59 +1100
commit6c4914afccb0c188a2c412d12dfb1b73e362e07e (patch)
tree720ddd294683bd12f98f7b98c55830c5349ef2b0 /configure.ac
parentad4a188e46485656bbb650fd389203b6da438a24 (diff)
- (djm) [configure.ac ssh-agent.c] Use prctl to prevent ptrace on ssh-agent
ok dtucker
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac12
1 files changed, 6 insertions, 6 deletions
diff --git a/configure.ac b/configure.ac
index 7e22ad983..fc765b472 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
1# $Id: configure.ac,v 1.203 2004/02/29 23:53:37 tim Exp $ 1# $Id: configure.ac,v 1.204 2004/03/03 00:08:59 djm Exp $
2 2
3AC_INIT 3AC_INIT
4AC_CONFIG_SRCDIR([ssh.c]) 4AC_CONFIG_SRCDIR([ssh.c])
@@ -494,10 +494,10 @@ AC_CHECK_HEADERS(bstring.h crypt.h endian.h features.h floatingpoint.h \
494 netinet/in_systm.h pam/pam_appl.h paths.h pty.h readpassphrase.h \ 494 netinet/in_systm.h pam/pam_appl.h paths.h pty.h readpassphrase.h \
495 rpc/types.h security/pam_appl.h shadow.h stddef.h stdint.h \ 495 rpc/types.h security/pam_appl.h shadow.h stddef.h stdint.h \
496 strings.h sys/strtio.h sys/audit.h sys/bitypes.h sys/bsdtty.h \ 496 strings.h sys/strtio.h sys/audit.h sys/bitypes.h sys/bsdtty.h \
497 sys/cdefs.h sys/mman.h sys/pstat.h sys/ptms.h sys/select.h sys/stat.h \ 497 sys/cdefs.h sys/mman.h sys/prctl.h sys/pstat.h sys/ptms.h \
498 sys/stream.h sys/stropts.h sys/sysmacros.h sys/time.h sys/timers.h \ 498 sys/select.h sys/stat.h sys/stream.h sys/stropts.h \
499 sys/un.h time.h tmpdir.h ttyent.h usersec.h \ 499 sys/sysmacros.h sys/time.h sys/timers.h sys/un.h time.h tmpdir.h \
500 util.h utime.h utmp.h utmpx.h vis.h) 500 ttyent.h usersec.h util.h utime.h utmp.h utmpx.h vis.h)
501 501
502# Checks for libraries. 502# Checks for libraries.
503AC_CHECK_FUNC(yp_match, , AC_CHECK_LIB(nsl, yp_match)) 503AC_CHECK_FUNC(yp_match, , AC_CHECK_LIB(nsl, yp_match))
@@ -797,7 +797,7 @@ AC_CHECK_FUNCS(\
797 getpeereid _getpty getrlimit getttyent glob inet_aton \ 797 getpeereid _getpty getrlimit getttyent glob inet_aton \
798 inet_ntoa inet_ntop innetgr login_getcapbool md5_crypt memmove \ 798 inet_ntoa inet_ntop innetgr login_getcapbool md5_crypt memmove \
799 mkdtemp mmap ngetaddrinfo nsleep ogetaddrinfo openlog_r openpty \ 799 mkdtemp mmap ngetaddrinfo nsleep ogetaddrinfo openlog_r openpty \
800 pstat readpassphrase realpath recvmsg rresvport_af sendmsg \ 800 pstat prctl readpassphrase realpath recvmsg rresvport_af sendmsg \
801 setdtablesize setegid setenv seteuid setgroups setlogin setpcred \ 801 setdtablesize setegid setenv seteuid setgroups setlogin setpcred \
802 setproctitle setregid setreuid setrlimit \ 802 setproctitle setregid setreuid setrlimit \
803 setsid setvbuf sigaction sigvec snprintf socketpair strerror \ 803 setsid setvbuf sigaction sigvec snprintf socketpair strerror \