comparison src/core/ngx_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 46833bd150cb
children 6f8b0dc0f8dd
comparison
equal deleted inserted replaced
15:0503cb60c4e4 16:74b1868dd3cd
107 #define ngx_align(p) (char *) ((NGX_ALIGN_CAST p + NGX_ALIGN) & ~NGX_ALIGN) 107 #define ngx_align(p) (char *) ((NGX_ALIGN_CAST p + NGX_ALIGN) & ~NGX_ALIGN)
108 108
109 109
110 /* TODO: auto_conf: ngx_inline inline __inline __inline__ */ 110 /* TODO: auto_conf: ngx_inline inline __inline __inline__ */
111 #ifndef ngx_inline 111 #ifndef ngx_inline
112 #define ngx_inline inline 112 #define ngx_inline __inline
113 #endif 113 #endif
114 114
115 #define NGX_ACCEPT_THRESHOLD 100 115 #define NGX_ACCEPT_THRESHOLD 100
116 116
117 #ifndef INADDR_NONE /* Solaris */ 117 #ifndef INADDR_NONE /* Solaris */