bnicholes 02/05/02 16:35:35
Modified: include apr.hnw Log: All of NetWare's locks are global Revision Changes Path 1.14 +1 -1 apr/include/apr.hnw Index: apr.hnw =================================================================== RCS file: /home/cvs/apr/include/apr.hnw,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- apr.hnw 11 Apr 2002 04:36:54 -0000 1.13 +++ apr.hnw 2 May 2002 23:35:35 -0000 1.14 @@ -159,7 +159,7 @@ #define APR_HAS_LOCK_CREATE_NP 0 -#define APR_PROCESS_LOCK_IS_GLOBAL 0 +#define APR_PROCESS_LOCK_IS_GLOBAL 1 #define APR_FILE_BASED_SHM 0
