You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by gs...@apache.org on 2001/02/10 15:13:50 UTC

cvs commit: httpd-2.0/os/unix config.m4

gstein      01/02/10 06:13:50

  Modified:    .        configure.in
               os/unix  config.m4
  Log:
  [ missed in last commit ]
  
  clean out some headers and libs from the configure process (not needed)
  
  Revision  Changes    Path
  1.120     +0 -9      httpd-2.0/configure.in
  
  Index: configure.in
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/configure.in,v
  retrieving revision 1.119
  retrieving revision 1.120
  diff -u -u -r1.119 -r1.120
  --- configure.in	2001/02/10 11:59:58	1.119
  +++ configure.in	2001/02/10 14:13:49	1.120
  @@ -78,17 +78,10 @@
   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
  @@ -269,8 +262,6 @@
   	[Location of the config file, relative to the Apache root directory])
   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)
  
  
  
  1.3       +4 -0      httpd-2.0/os/unix/config.m4
  
  Index: config.m4
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/os/unix/config.m4,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -u -r1.2 -r1.3
  --- config.m4	1999/12/01 01:16:23	1.2
  +++ config.m4	2001/02/10 14:13:50	1.3
  @@ -1,4 +1,8 @@
   if test "$OS" = "unix" ; then
  +    AC_TYPE_RLIM_T
  +
  +    AC_CHECK_HEADERS(sys/time.h sys/resource.h)
  +
       AC_CHECK_FUNCS( \
       setsid \
       killpg \