From cb39b90a840cce374ba77e375d9b3f150d419041 Mon Sep 17 00:00:00 2001 From: Henning Brauer Date: Tue, 15 Apr 2003 13:43:45 +0000 Subject: close to "official" ap_config.h so future merges are easier. NOOP, just style --- usr.sbin/httpd/src/include/ap_config.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/usr.sbin/httpd/src/include/ap_config.h b/usr.sbin/httpd/src/include/ap_config.h index 36ff5baa06d..2392f2a6e4d 100644 --- a/usr.sbin/httpd/src/include/ap_config.h +++ b/usr.sbin/httpd/src/include/ap_config.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ap_config.h,v 1.15 2002/09/10 17:49:21 henning Exp $ */ +/* $OpenBSD: ap_config.h,v 1.16 2003/04/15 13:43:44 henning Exp $ */ /* ==================================================================== * The Apache Software License, Version 1.1 @@ -689,7 +689,8 @@ extern char *crypt(); #define HAVE_MMAP 1 #define USE_MMAP_SCOREBOARD #define USE_MMAP_FILES -#if defined __OpenBSD__ +#define HAVE_FLOCK_SERIALIZED_ACCEPT +#if defined(__OpenBSD__) #define HAVE_SYSVSEM_SERIALIZED_ACCEPT #define USE_SYSVSEM_SERIALIZED_ACCEPT #include @@ -697,7 +698,6 @@ extern char *crypt(); #define NET_SIZE_T socklen_t #endif #endif -#define HAVE_FLOCK_SERIALIZED_ACCEPT #define SINGLE_LISTEN_UNSERIALIZED_ACCEPT #elif defined(UTS21) -- cgit v1.2.3