On Wed, Jul 17, 2002 at 10:31:44AM -0400, Jeff Trawick wrote:
> does everybody agree that this is preferable?

Why isn't this being detected by autoconf? SysV semaphore support
isn't perfect yet and has some problems.

-aaron


> Index: src/include/ap_config.h
> ===================================================================
> RCS file: /home/cvs/apache-1.3/src/include/ap_config.h,v
> retrieving revision 1.323
> diff -u -r1.323 ap_config.h
> --- src/include/ap_config.h   3 Jun 2002 12:28:27 -0000       1.323
> +++ src/include/ap_config.h   17 Jul 2002 14:23:39 -0000
> @@ -688,6 +688,10 @@
>  #define USE_MMAP_SCOREBOARD
>  #define USE_MMAP_FILES
>  #define HAVE_FLOCK_SERIALIZED_ACCEPT
> +#if defined(__OpenBSD__)
> +#define HAVE_SYSVSEM_SERIALIZED_ACCEPT
> +#define USE_SYSVSEM_SERIALIZED_ACCEPT
> +#endif
>  #define SINGLE_LISTEN_UNSERIALIZED_ACCEPT
>  
>  #elif defined(UTS21)

Reply via email to