You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by bn...@apache.org on 2001/08/07 23:46:35 UTC

cvs commit: apr/include/arch/netware apr.h

bnicholes    01/08/07 14:46:34

  Modified:    include/arch/netware apr.h
  Log:
  Turned off APR_HAS_RANDOM for NetWare
  
  Revision  Changes    Path
  1.2       +1 -1      apr/include/arch/netware/apr.h
  
  Index: apr.h
  ===================================================================
  RCS file: /home/cvs/apr/include/arch/netware/apr.h,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- apr.h	2001/08/02 20:52:53	1.1
  +++ apr.h	2001/08/07 21:46:34	1.2
  @@ -159,7 +159,7 @@
   #define APR_HAS_SENDFILE          0
   #define APR_HAS_MMAP              0
   #define APR_HAS_FORK              0
  -#define APR_HAS_RANDOM            1
  +#define APR_HAS_RANDOM            0
   #define APR_HAS_XLATE             0
   #define APR_HAS_OTHER_CHILD       0
   #define APR_HAS_DSO               1