bnicholes 02/03/26 08:50:01
Modified: include apr.hnw Log: Fixed the inlining for NetWare Revision Changes Path 1.12 +2 -2 apr/include/apr.hnw Index: apr.hnw =================================================================== RCS file: /home/cvs/apr/include/apr.hnw,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- apr.hnw 22 Mar 2002 06:06:26 -0000 1.11 +++ apr.hnw 26 Mar 2002 16:50:00 -0000 1.12 @@ -92,8 +92,8 @@ #define _POSIX_THREAD_SAFE_FUNCTIONS 1 #define READDIR_IS_THREAD_SAFE 1 -#define APR_INLINE __inline -#define APR_HAS_INLINE 1 +#define APR_INLINE +#define APR_HAS_INLINE 0 #define __attribute__(__x) #define ENUM_BITFIELD(e,n,w) signed int n : w
