[EMAIL PROTECTED] wrote:
>
> > > -#ifdef HAVE_STRUCT_UNION_SEMUN
> > > -#include
> > > -#endif
> > >
> > >#if APR_HAS_THREADS
> > >#if HAVE_PTHREAD_H
> > > @@ -99,7 +96,7 @@
> > >#endif
> > >/* End System Headers */
> > >
> > > -#ifndef HAVE_STRUCT_UNION_SEMUN
> > > +#
> > -#ifdef HAVE_STRUCT_UNION_SEMUN
> > -#include
> > -#endif
> >
> >#if APR_HAS_THREADS
> >#if HAVE_PTHREAD_H
> > @@ -99,7 +96,7 @@
> >#endif
> >/* End System Headers */
> >
> > -#ifndef HAVE_STRUCT_UNION_SEMUN
> > +#if !APR_HAVE_UNION_SEMUN && APR_USE_SYSVSEM_SERIA
[EMAIL PROTECTED] wrote:
> 1.10 +1 -4 apache-2.0/src/lib/apr/locks/unix/locks.h
>
> Index: locks.h
> ===
> RCS file: /home/cvs/apache-2.0/src/lib/apr/locks/unix/locks.h,v
> retrieving revision 1.9
> retrieving re
rbb 00/01/24 05:59:03
Modified:src/lib/apr acconfig.h configure.in
src/lib/apr/include apr.h.in apr_portable.h
src/lib/apr/locks/unix locks.h
Log:
Namespace protect the HAVE_SEMUN variable that was added. This has not
been tested fully, because I
manoj 99/09/20 16:14:20
Modified:src/lib/apr/locks/unix locks.h
Log:
USE_FCNTL_SERIALIZE requires fcntl.h on Solaris, but it doesn't need
sys/file.h. Untested on Solaris, but APR compiles on Linux with both
USE_FCNTL_SERIALIZE and USE_FLOCK_SERIALIZE.
Revision Changes