comparison src/os/unix/ngx_linux_config.h @ 468:56baf312c1b5 NGINX_0_7_46

nginx 0.7.46 *) Bugfix: the previous release tarball was incorrect.
author Igor Sysoev <http://sysoev.ru>
date Mon, 30 Mar 2009 00:00:00 +0400
parents 820f6378fc00
children 09f0ef15d544
comparison
equal deleted inserted replaced
467:d46142e61c30 468:56baf312c1b5
26 #include <signal.h> 26 #include <signal.h>
27 #include <pwd.h> 27 #include <pwd.h>
28 #include <grp.h> 28 #include <grp.h>
29 #include <dirent.h> 29 #include <dirent.h>
30 #include <glob.h> 30 #include <glob.h>
31 #include <sys/vfs.h> /* statfs() */
31 32
32 #include <sys/uio.h> 33 #include <sys/uio.h>
33 #include <sys/stat.h> 34 #include <sys/stat.h>
34 #include <fcntl.h> 35 #include <fcntl.h>
35 36