commit | 890fc9659609396f9df4dff47a2be77cd652fe55 | [log] [tgz] |
---|---|---|
author | Igor Sysoev <igor@sysoev.ru> | Sun Jul 20 21:15:59 2003 +0000 |
committer | Igor Sysoev <igor@sysoev.ru> | Sun Jul 20 21:15:59 2003 +0000 |
tree | b6694fd45d26bc9607ceb41608619dbbf4ccb23c | |
parent | 8e1fbe61b69562d838aafda8d75798993f022d4a [diff] [blame] |
nginx-0.0.1-2003-07-21-01:15:59 import
diff --git a/src/os/unix/ngx_linux_config.h b/src/os/unix/ngx_linux_config.h index 6055cc6..11dbfac 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_ */