comparison src/os/unix/ngx_solaris_config.h @ 16:74b1868dd3cd NGINX_0_1_8

nginx 0.1.8 *) 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.
author Igor Sysoev <http://sysoev.ru>
date Sat, 20 Nov 2004 00:00:00 +0300
parents 4b2dafa26fe2
children 6f8b0dc0f8dd
comparison
equal deleted inserted replaced
15:0503cb60c4e4 16:74b1868dd3cd
47 #include <inttypes.h> 47 #include <inttypes.h>
48 48
49 #include <ngx_auto_config.h> 49 #include <ngx_auto_config.h>
50 50
51 51
52 #ifndef HAVE_SELECT
53 #define HAVE_SELECT 1
54 #endif
55
56
57 #ifndef HAVE_POLL
58 #define HAVE_POLL 1
59 #endif
60 #if (HAVE_POLL) 52 #if (HAVE_POLL)
61 #include <poll.h> 53 #include <poll.h>
62 #endif 54 #endif
63 55
64 56