summaryrefslogtreecommitdiffstats
path: root/usr.sbin/httpd/src
diff options
context:
space:
mode:
authorhenning <henning@openbsd.org>2003-04-15 13:43:44 +0000
committerhenning <henning@openbsd.org>2003-04-15 13:43:44 +0000
commit732b827f8cec09163316f00feb924f49af321389 (patch)
treeda8576807b10080c8bda3d154a3e14e983729972 /usr.sbin/httpd/src
parentfirst sprintf pass from todd@ and ISC-Bugs #5614. (diff)
downloadwireguard-openbsd-732b827f8cec09163316f00feb924f49af321389.tar.xz
wireguard-openbsd-732b827f8cec09163316f00feb924f49af321389.zip
close to "official" ap_config.h so future merges are easier. NOOP, just style
Diffstat (limited to 'usr.sbin/httpd/src')
-rw-r--r--usr.sbin/httpd/src/include/ap_config.h6
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)