Yeah, I realized #2 while running.  I'll try to log into my solaris box
and fix this tonight.

Ryan

On Sun, 1 Jul 2001, Cliff Woolley wrote:

> 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
>
>
>


_____________________________________________________________________________
Ryan Bloom                              [EMAIL PROTECTED]
Covalent Technologies                   [EMAIL PROTECTED]
-----------------------------------------------------------------------------

Reply via email to