comparison src/core/ngx_config.h @ 467:bbd6b0b4a2b1 release-0.1.8

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.
author Igor Sysoev <igor@sysoev.ru>
date Sat, 20 Nov 2004 19:52:20 +0000
parents a88a3e4e158f
children 2ff194b74f1e
comparison
equal deleted inserted replaced
466:ee6d66462bff 467:bbd6b0b4a2b1
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 */