Detect fork et al for kdc

This commit is contained in:
Nicolas Williams
2016-01-18 12:23:23 -06:00
parent 78343d0907
commit 971ccce043

View File

@@ -460,9 +460,11 @@ AC_CHECK_FUNCS([ \
arc4random \ arc4random \
backtrace \ backtrace \
fcntl \ fcntl \
fork \
getpeereid \ getpeereid \
getpeerucred \ getpeerucred \
grantpt \ grantpt \
kill \
mktime \ mktime \
ptsname \ ptsname \
rand \ rand \
@@ -485,6 +487,7 @@ AC_CHECK_FUNCS([ \
umask \ umask \
unlockpt \ unlockpt \
vhangup \ vhangup \
waitpid \
yp_get_default_domain \ yp_get_default_domain \
]) ])