1
0
mirror of https://github.com/apache/httpd.git synced 2025-08-27 16:41:57 +03:00
Files
apache/os/unix/config.m4
Manoj Kasichainula 04c494c2b5 Eliminate ap_config.h's checks when using autoconf. Now, ap_ac_config.h
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
1999-12-01 01:16:23 +00:00

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