comparison src/os/unix/ngx_linux_config.h @ 518:86dad910eeb6 NGINX_0_8_11

nginx 0.8.11 *) Change: directive "gzip_disable msie6" enables gzipping for MSIE 6.0 SV1. *) Feature: file AIO support on FreeBSD and Linux. *) Feature: the "directio_alignment" directive.
author Igor Sysoev <http://sysoev.ru>
date Fri, 28 Aug 2009 00:00:00 +0400
parents 09f0ef15d544
children bb20316269e4
comparison
equal deleted inserted replaced
517:15b5cddc5190 518:86dad910eeb6
79 #if (NGX_HAVE_EPOLL) 79 #if (NGX_HAVE_EPOLL)
80 #include <sys/epoll.h> 80 #include <sys/epoll.h>
81 #endif 81 #endif
82 82
83 83
84 #if (NGX_HAVE_FILE_AIO)
85 #include <sys/syscall.h>
86 #include <linux/aio_abi.h>
87 typedef struct iocb ngx_aiocb_t;
88 #endif
89
90
84 #define NGX_LISTEN_BACKLOG 511 91 #define NGX_LISTEN_BACKLOG 511
85 92
86 93
87 #if defined TCP_DEFER_ACCEPT && !defined NGX_HAVE_DEFERRED_ACCEPT 94 #if defined TCP_DEFER_ACCEPT && !defined NGX_HAVE_DEFERRED_ACCEPT
88 #define NGX_HAVE_DEFERRED_ACCEPT 1 95 #define NGX_HAVE_DEFERRED_ACCEPT 1