diff options
Diffstat (limited to 'src/os/unix/ngx_linux_config.h')
-rw-r--r-- | src/os/unix/ngx_linux_config.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/os/unix/ngx_linux_config.h b/src/os/unix/ngx_linux_config.h index d3ef3258b..ac7d7a8df 100644 --- a/src/os/unix/ngx_linux_config.h +++ b/src/os/unix/ngx_linux_config.h @@ -98,11 +98,6 @@ extern ssize_t sendfile(int s, int fd, int32_t *offset, size_t size); #endif -#ifndef NGX_HAVE_SELECT_CHANGE_TIMEOUT -#define NGX_HAVE_SELECT_CHANGE_TIMEOUT 1 -#endif - - #define NGX_HAVE_OS_SPECIFIC_INIT 1 |