You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by gr...@apache.org on 2002/08/30 17:16:11 UTC

cvs commit: httpd-2.0 configure.in

gregames    2002/08/30 08:16:11

  Modified:    .        configure.in
  Log:
  OS/390: re-instate support for single listen unserialized accept
  
  Reported by:  Marcel_Schmidt at swissre dot com
  
  Revision  Changes    Path
  1.230     +3 -0      httpd-2.0/configure.in
  
  Index: configure.in
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/configure.in,v
  retrieving revision 1.229
  retrieving revision 1.230
  diff -u -r1.229 -r1.230
  --- configure.in	19 Aug 2002 07:33:45 -0000	1.229
  +++ configure.in	30 Aug 2002 15:16:11 -0000	1.230
  @@ -214,6 +214,9 @@
           APR_SETVAR(SINGLE_LISTEN_UNSERIALIZED_ACCEPT, [1])
         fi
         ;;
  +  *os390*)
  +      APR_SETVAR(SINGLE_LISTEN_UNSERIALIZED_ACCEPT, [1])
  +      ;;
   esac
   
   dnl