From 8ae18a10d6c7c94fbb4fa04a64c6fa1e2a38fe16 Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Wed, 18 Feb 2004 15:45:21 +0000 Subject: nginx-0.0.2-2004-02-18-18:45:21 import --- src/os/unix/ngx_freebsd_config.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/os/unix/ngx_freebsd_config.h') diff --git a/src/os/unix/ngx_freebsd_config.h b/src/os/unix/ngx_freebsd_config.h index 3d53d2026..e447340a8 100644 --- a/src/os/unix/ngx_freebsd_config.h +++ b/src/os/unix/ngx_freebsd_config.h @@ -11,6 +11,7 @@ #include #include #include +#include #include #include #include @@ -71,6 +72,11 @@ #endif +#ifndef IOV_MAX +#define IOV_MAX 1024 +#endif + + #ifndef HAVE_INHERITED_NONBLOCK #define HAVE_INHERITED_NONBLOCK 1 #endif -- cgit v1.2.3