bnicholes    2004/03/16 11:49:17

  Modified:    include  apr.hnw
  Log:
  Increase the default for FD_SETSIZE on Netware
  
  Revision  Changes    Path
  1.45      +2 -0      apr/include/apr.hnw
  
  Index: apr.hnw
  ===================================================================
  RCS file: /home/cvs/apr/include/apr.hnw,v
  retrieving revision 1.44
  retrieving revision 1.45
  diff -u -r1.44 -r1.45
  --- apr.hnw   28 Feb 2004 18:31:41 -0000      1.44
  +++ apr.hnw   16 Mar 2004 19:49:17 -0000      1.45
  @@ -37,6 +37,8 @@
   
   #if defined(NETWARE) || defined(DOXYGEN)
   
  +#define FD_SETSIZE 1024
  +
   #include <sys/types.h>
   #include <stddef.h>
   #include <stdio.h>
  
  
  

Reply via email to