diff options
author | Igor Sysoev <igor@sysoev.ru> | 2003-06-04 17:28:33 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2003-06-04 17:28:33 +0000 |
commit | 9cf783074fd7793ebb6859e7f62b054d79074efe (patch) | |
tree | b5bd9726d10952b0fab24754e2af210a9b644682 /src/os/unix/ngx_freebsd_config.h | |
parent | 1c10462e88491d52a23e22fbc3ca0012591df095 (diff) | |
download | nginx-9cf783074fd7793ebb6859e7f62b054d79074efe.tar.gz nginx-9cf783074fd7793ebb6859e7f62b054d79074efe.zip |
nginx-0.0.1-2003-06-04-21:28:33 import
Diffstat (limited to 'src/os/unix/ngx_freebsd_config.h')
-rw-r--r-- | src/os/unix/ngx_freebsd_config.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/os/unix/ngx_freebsd_config.h b/src/os/unix/ngx_freebsd_config.h index fa08f8f4f..7c229a417 100644 --- a/src/os/unix/ngx_freebsd_config.h +++ b/src/os/unix/ngx_freebsd_config.h @@ -13,6 +13,7 @@ #include <sys/uio.h> #include <sys/ioctl.h> #include <sys/resource.h> +#include <sys/sysctl.h> #include <sys/socket.h> #include <netinet/in.h> #include <netinet/tcp.h> /* TCP_NOPUSH */ @@ -105,4 +106,9 @@ #endif +#ifndef HAVE_FIONBIO +#define HAVE_FIONBIO 1 +#endif + + #endif /* _NGX_FREEBSD_CONFIG_H_INCLUDED_ */ |