On Sun, 1 Jul 2001 [EMAIL PROTECTED] wrote:

> Does this solve the warnings?
> If so, please apply.

Two problems:

  (1) My system would never get into the elif because I have both SYSVSEM
and FCNTL serialize:

#define APR_USE_FLOCK_SERIALIZE 0
#define APR_USE_SYSVSEM_SERIALIZE 0
#define APR_USE_FCNTL_SERIALIZE 0
#define APR_USE_PROC_PTHREAD_SERIALIZE 1
#define APR_USE_PTHREAD_SERIALIZE 1

#define APR_HAS_FLOCK_SERIALIZE 0
#define APR_HAS_SYSVSEM_SERIALIZE 1
#define APR_HAS_FCNTL_SERIALIZE 1
#define APR_HAS_PROC_PTHREAD_SERIALIZE 1
#define APR_HAS_RWLOCK_SERIALIZE 0

#define APR_HAS_LOCK_CREATE_NP 1

  (2) pthread_interproc is actually used in crossproc.c

Thanks,
--Cliff

Reply via email to