>>> On 4/7/2006 at 5:08 pm, in message <[EMAIL PROTECTED]>, "William A. Rowe, Jr." <[EMAIL PROTECTED]> wrote: > Brad Nicholes wrote: >>>>>On 4/7/2006 at 3:58:02 am, in message <[EMAIL PROTECTED]>, >> >> -apr_bucket_mmap_create ;No NetWare support for mmap >> -apr_bucket_mmap_make > > Are these valid to be missing, or must they be present ENOTIMPL? >
Yes, they are missing because APR_HAS_MMAP for NetWare is 0 >> -apr_global_mutex_child_init ;No support for global mutex on NetWare > APR_PROC_MUTEX_IS_GLOBAL 1 >> -apr_global_mutex_create >> -apr_global_mutex_destroy >> -apr_global_mutex_lock >> -apr_global_mutex_pool_get >> -apr_global_mutex_trylock >> -apr_global_mutex_unlock >> -apr_os_global_mutex_get > > These must wrap with #defines to apr_proc_mutex_***() calls, correct? They are. > > Thanks for a great analysis :) > > Bil