mirror of
https://github.com/apache/httpd.git
synced 2025-08-27 16:41:57 +03:00
is used instead, and autoconf's configure script will check for everything else. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84200 13f79535-47bb-0310-9956-ffa450edef68
10 lines
194 B
Plaintext
10 lines
194 B
Plaintext
if test "$OS" = "unix" ; then
|
|
AC_CHECK_FUNCS( \
|
|
setsid \
|
|
killpg \
|
|
)
|
|
|
|
dnl XXX - This doesn't deal with _sys_siglist. Maybe have to roll our own
|
|
AC_DECL_SYS_SIGLIST
|
|
fi
|