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_solaris_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_solaris_config.h')
-rw-r--r-- | src/os/unix/ngx_solaris_config.h | 5 |
1 files changed, 5 insertions, 0 deletions
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_ */ |