From 9cf783074fd7793ebb6859e7f62b054d79074efe Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Wed, 4 Jun 2003 17:28:33 +0000 Subject: nginx-0.0.1-2003-06-04-21:28:33 import --- src/os/unix/ngx_solaris_config.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/os/unix/ngx_solaris_config.h') diff --git a/src/os/unix/ngx_solaris_config.h b/src/os/unix/ngx_solaris_config.h index 197750105..31e17e1c1 100644 --- a/src/os/unix/ngx_solaris_config.h +++ b/src/os/unix/ngx_solaris_config.h @@ -57,4 +57,9 @@ typedef uint32_t u_int32_t; #endif +#ifndef HAVE_FIONBIO +#define HAVE_FIONBIO 1 +#endif + + #endif /* _NGX_SOLARIS_CONFIG_H_INCLUDED_ */ -- cgit