diff options
Diffstat (limited to '')
| -rw-r--r-- | src/os/unix/ngx_socket.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/os/unix/ngx_socket.h b/src/os/unix/ngx_socket.h index 4dcf924e0..b381967e6 100644 --- a/src/os/unix/ngx_socket.h +++ b/src/os/unix/ngx_socket.h @@ -19,7 +19,7 @@ typedef int ngx_socket_t; #define ngx_socket_n "socket()" -#if (HAVE_FIONBIO) +#if (NGX_HAVE_FIONBIO) int ngx_nonblocking(ngx_socket_t s); int ngx_blocking(ngx_socket_t s); |
