You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by tr...@locus.apache.org on 2000/04/06 04:02:40 UTC

cvs commit: apache-2.0/src configure.in

trawick     00/04/05 19:02:40

  Modified:    src      configure.in
  Log:
  In mpmt_pthread.c, include <netinet/tcp.h> only if
  the system actually has it.  (This was intended to be committed
  with the mpmt_pthread.c change.)
  
  Revision  Changes    Path
  1.29      +1 -0      apache-2.0/src/configure.in
  
  Index: configure.in
  ===================================================================
  RCS file: /home/cvs/apache-2.0/src/configure.in,v
  retrieving revision 1.28
  retrieving revision 1.29
  diff -u -r1.28 -r1.29
  --- configure.in	2000/04/04 13:31:12	1.28
  +++ configure.in	2000/04/06 02:02:39	1.29
  @@ -52,6 +52,7 @@
   sys/types.h \
   sys/socket.h \
   netinet/in.h \
  +netinet/tcp.h \
   arpa/inet.h \
   netdb.h \
   pwd.h \