diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2003-04-15 13:43:45 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2003-04-15 13:43:45 +0000 |
commit | cb39b90a840cce374ba77e375d9b3f150d419041 (patch) | |
tree | 695a819e3730df74323aa3dbe53fab9c38254c39 | |
parent | fa24e9d55d49e839b0957996acaa783c1edcdbce (diff) |
close to "official" ap_config.h so future merges are easier. NOOP, just style
-rw-r--r-- | usr.sbin/httpd/src/include/ap_config.h | 6 |
1 files 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 <sys/param.h> @@ -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) |