summaryrefslogtreecommitdiffstats
path: root/acinclude.m4
diff options
context:
space:
mode:
authorJeff Trawick <trawick@apache.org>2001-02-26 01:23:26 +0100
committerJeff Trawick <trawick@apache.org>2001-02-26 01:23:26 +0100
commitbdf2d95af5e28dd8bd4a1904b5067647392596ce (patch)
treeaaaa3ac46951d5c58251dbeeebd430fd03d5edf5 /acinclude.m4
parentnice to compile for a change (diff)
downloadapache2-bdf2d95af5e28dd8bd4a1904b5067647392596ce.tar.xz
apache2-bdf2d95af5e28dd8bd4a1904b5067647392596ce.zip
Get rid of APACHE_CHECK_SIGWAIT_ONE_ARG.
(I meant to commit this some days back.) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88339 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'acinclude.m4')
-rw-r--r--acinclude.m425
1 files changed, 0 insertions, 25 deletions
diff --git a/acinclude.m4 b/acinclude.m4
index c5d7b7be4f..4cb5185692 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -186,31 +186,6 @@ sinclude(srclib/apr/build/apr_threads.m4)
sinclude(srclib/apr/build/apr_hints.m4)
sinclude(hints.m4)
-AC_DEFUN(APACHE_CHECK_SIGWAIT_ONE_ARG,[
- AC_CACHE_CHECK(whether sigwait takes one argument,ac_cv_sigwait_one_arg,[
- AC_TRY_COMPILE([
-#ifdef __NETBSD__
- /* When using the unproven-pthreads package, we need to pull in this
- * header to get a prototype for sigwait(). Else things will fail later
- * on. XXX Should probably be fixed in the unproven-pthreads package.
- */
-#include <pthread.h>
-#endif
-#include <signal.h>
-],[
- sigset_t set;
-
- sigwait(&set);
-],[
- ac_cv_sigwait_one_arg=yes
-],[
- ac_cv_sigwait_one_arg=no
-])])
- if test "$ac_cv_sigwait_one_arg" = "yes"; then
- AC_DEFINE(SIGWAIT_TAKES_ONE_ARG,1,[ ])
- fi
-])
-
dnl APACHE_MODPATH_INIT(modpath)
AC_DEFUN(APACHE_MODPATH_INIT,[
current_dir=$1