aboutsummaryrefslogtreecommitdiff
path: root/src/os/unix/ngx_solaris_config.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/os/unix/ngx_solaris_config.h')
-rw-r--r--src/os/unix/ngx_solaris_config.h5
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_ */