Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nginx/nginx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2003-07-21 01:15:59 +0400
committerIgor Sysoev <igor@sysoev.ru>2003-07-21 01:15:59 +0400
commit890fc9659609396f9df4dff47a2be77cd652fe55 (patch)
treeb6694fd45d26bc9607ceb41608619dbbf4ccb23c /src/os/unix/ngx_linux_config.h
parent8e1fbe61b69562d838aafda8d75798993f022d4a (diff)
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.h5
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_ */