Loading configure.in +0 −9 Original line number Diff line number Diff line Loading @@ -78,17 +78,10 @@ dnl explicitly so that the normal HAVE_xxx_H symbol is defined. AC_HEADER_STDC AC_CHECK_HEADERS( \ string.h \ stdlib.h \ ctype.h \ limits.h \ unistd.h \ sys/time.h \ sys/types.h \ sys/socket.h \ netinet/in.h \ netinet/tcp.h \ arpa/inet.h \ netdb.h \ pwd.h \ grp.h \ strings.h Loading Loading @@ -270,8 +263,6 @@ AC_DEFINE_UNQUOTED(SERVER_CONFIG_FILE, "conf/$progname.conf", AC_DEFINE_UNQUOTED(APACHE_MPM_DIR, "$MPM_DIR", [Location of the source for the current MPM]) AC_TYPE_RLIM_T perlbin=`$srcdir/build/PrintPath perl` AC_SUBST(perlbin) Loading os/unix/config.m4 +4 −0 Original line number Diff line number Diff line if test "$OS" = "unix" ; then AC_TYPE_RLIM_T AC_CHECK_HEADERS(sys/time.h sys/resource.h) AC_CHECK_FUNCS( \ setsid \ killpg \ Loading Loading
configure.in +0 −9 Original line number Diff line number Diff line Loading @@ -78,17 +78,10 @@ dnl explicitly so that the normal HAVE_xxx_H symbol is defined. AC_HEADER_STDC AC_CHECK_HEADERS( \ string.h \ stdlib.h \ ctype.h \ limits.h \ unistd.h \ sys/time.h \ sys/types.h \ sys/socket.h \ netinet/in.h \ netinet/tcp.h \ arpa/inet.h \ netdb.h \ pwd.h \ grp.h \ strings.h Loading Loading @@ -270,8 +263,6 @@ AC_DEFINE_UNQUOTED(SERVER_CONFIG_FILE, "conf/$progname.conf", AC_DEFINE_UNQUOTED(APACHE_MPM_DIR, "$MPM_DIR", [Location of the source for the current MPM]) AC_TYPE_RLIM_T perlbin=`$srcdir/build/PrintPath perl` AC_SUBST(perlbin) Loading
os/unix/config.m4 +4 −0 Original line number Diff line number Diff line if test "$OS" = "unix" ; then AC_TYPE_RLIM_T AC_CHECK_HEADERS(sys/time.h sys/resource.h) AC_CHECK_FUNCS( \ setsid \ killpg \ Loading