diff options
author | Igor Sysoev <igor@sysoev.ru> | 2003-07-20 21:15:59 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2003-07-20 21:15:59 +0000 |
commit | 890fc9659609396f9df4dff47a2be77cd652fe55 (patch) | |
tree | b6694fd45d26bc9607ceb41608619dbbf4ccb23c /src/os/unix/ngx_linux_config.h | |
parent | 8e1fbe61b69562d838aafda8d75798993f022d4a (diff) | |
download | nginx-890fc9659609396f9df4dff47a2be77cd652fe55.tar.gz nginx-890fc9659609396f9df4dff47a2be77cd652fe55.zip |
nginx-0.0.1-2003-07-21-01:15:59 import
Diffstat (limited to 'src/os/unix/ngx_linux_config.h')
-rw-r--r-- | src/os/unix/ngx_linux_config.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/os/unix/ngx_linux_config.h b/src/os/unix/ngx_linux_config.h index 6055cc672..11dbfac34 100644 --- a/src/os/unix/ngx_linux_config.h +++ b/src/os/unix/ngx_linux_config.h @@ -66,4 +66,9 @@ #endif +#ifndef HAVE_SELECT_CHANGE_TIMEOUT +#define HAVE_SELECT_CHANGE_TIMEOUT 1 +#endif + + #endif /* _NGX_LINUX_CONFIG_H_INCLUDED_ */ |