From d43bee8ee939992404d59ae0fec248ce46abecb0 Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Sat, 20 Nov 2004 19:52:20 +0000 Subject: nginx-0.1.8-RELEASE import *) Bugfix: in the ngx_http_autoindex_module if the long file names were in the listing. *) Feature: the "^~" modifier in the location directive. *) Feature: the proxy_max_temp_file_size directive. --- src/os/unix/ngx_linux_config.h | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'src/os/unix/ngx_linux_config.h') diff --git a/src/os/unix/ngx_linux_config.h b/src/os/unix/ngx_linux_config.h index fb2cbc892..57ee5057e 100644 --- a/src/os/unix/ngx_linux_config.h +++ b/src/os/unix/ngx_linux_config.h @@ -63,19 +63,11 @@ extern ssize_t sendfile(int s, int fd, int32_t *offset, size_t size); #endif - -#ifndef HAVE_SELECT -#define HAVE_SELECT 1 -#endif - - -#ifndef HAVE_POLL -#define HAVE_POLL 1 -#endif #if (HAVE_POLL) #include #endif + #if (HAVE_EPOLL) #include #endif /* HAVE_EPOLL */ -- cgit