Jeff Trawick wrote: > > > But proc_mutex.c has the below: > > > > case APR_LOCK_DEFAULT: > > #if APR_USE_FLOCK_SERIALIZE > > new_mutex->inter_meth = &apr_proc_mutex_unix_flock_methods; > > #elif APR_USE_SYSVSEM_SERIALIZE > > new_mutex->inter_meth = &apr_proc_mutex_unix_sysv_methods; > > If that were #if apr_HAVE_flock_serialize instead of > apr_USE_flock_serialize then I'd believe you. >
By gum, you're right. -- =========================================================================== Jim Jagielski [|] [EMAIL PROTECTED] [|] http://www.jaguNET.com/ "A society that will trade a little liberty for a little order will lose both and deserve neither" - T.Jefferson
