diff options
Diffstat (limited to 'src/core/ngx_config.h')
| -rw-r--r-- | src/core/ngx_config.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/core/ngx_config.h b/src/core/ngx_config.h index 7d4463b09..b72add7f7 100644 --- a/src/core/ngx_config.h +++ b/src/core/ngx_config.h @@ -39,6 +39,11 @@ #endif +#ifndef NGX_HAVE_SO_SNDLOWAT +#define NGX_HAVE_SO_SNDLOWAT 1 +#endif + + #if !(NGX_WIN32) #define ngx_signal_helper(n) SIG##n |
