comparison src/os/unix/ngx_posix_config.h @ 668:9fbf3ad94cbf NGINX_1_1_18

nginx 1.1.18 *) Change: keepalive connections are no longer disabled for Safari by default. *) Feature: the $connection_requests variable. *) Feature: $tcpinfo_rtt, $tcpinfo_rttvar, $tcpinfo_snd_cwnd and $tcpinfo_rcv_space variables. *) Feature: the "worker_cpu_affinity" directive now works on FreeBSD. *) Feature: the "xslt_param" and "xslt_string_param" directives. Thanks to Samuel Behan. *) Bugfix: in configure tests. Thanks to Piotr Sikora. *) Bugfix: in the ngx_http_xslt_filter_module. *) Bugfix: nginx could not be built on Debian GNU/Hurd.
author Igor Sysoev <http://sysoev.ru>
date Wed, 28 Mar 2012 00:00:00 +0400
parents d0f7a625f27c
children 981b4c44593b
comparison
equal deleted inserted replaced
667:e0eabdb2bad1 668:9fbf3ad94cbf
43 #include <signal.h> 43 #include <signal.h>
44 #include <pwd.h> 44 #include <pwd.h>
45 #include <grp.h> 45 #include <grp.h>
46 #include <dirent.h> 46 #include <dirent.h>
47 #include <glob.h> 47 #include <glob.h>
48 #include <time.h>
48 #if (NGX_HAVE_SYS_PARAM_H) 49 #if (NGX_HAVE_SYS_PARAM_H)
49 #include <sys/param.h> /* statfs() */ 50 #include <sys/param.h> /* statfs() */
50 #endif 51 #endif
51 #if (NGX_HAVE_SYS_MOUNT_H) 52 #if (NGX_HAVE_SYS_MOUNT_H)
52 #include <sys/mount.h> /* statfs() */ 53 #include <sys/mount.h> /* statfs() */