mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-09 07:52:15 -04:00
lib/bind doesn't actually use linux/capability.h or sys/prctl.h
This commit is contained in:
parent
e980502db4
commit
5aaf43590f
1 changed files with 1 additions and 3 deletions
|
|
@ -18,7 +18,7 @@ AC_DIVERT_PUSH(AC_DIVERSION_NOTICE)dnl
|
|||
esyscmd([sed "s/^/# /" COPYRIGHT])dnl
|
||||
AC_DIVERT_POP()dnl
|
||||
|
||||
AC_REVISION($Revision: 1.73 $)
|
||||
AC_REVISION($Revision: 1.74 $)
|
||||
|
||||
AC_INIT(resolv/herror.c)
|
||||
AC_PREREQ(2.13)
|
||||
|
|
@ -1300,8 +1300,6 @@ AC_SUBST(ISC_PLATFORM_QUADFORMAT)
|
|||
# Security Stuff
|
||||
#
|
||||
AC_CHECK_FUNC(chroot, AC_DEFINE(HAVE_CHROOT))
|
||||
AC_CHECK_HEADERS(linux/capability.h)
|
||||
AC_CHECK_HEADERS(sys/prctl.h)
|
||||
|
||||
#
|
||||
# for accept, recvfrom, getpeername etc.
|
||||
|
|
|
|||
Loading…
Reference in a new issue