bnicholes 01/11/02 15:26:15
Modified: include/arch/netware locks.h Log: Turn off debug mode for the NetWare locking calls Revision Changes Path 1.2 +2 -0 apr/include/arch/netware/locks.h Index: locks.h =================================================================== RCS file: /home/cvs/apr/include/arch/netware/locks.h,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- locks.h 2001/08/15 00:17:01 1.1 +++ locks.h 2001/11/02 23:26:15 1.2 @@ -55,6 +55,8 @@ #ifndef LOCKS_H #define LOCKS_H +#define NDEBUG + #include "apr_lock.h" #include <nks/synch.h>
