comparison src/os/unix/ngx_freebsd_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 babd3d9efb62
children 6866b490272e
comparison
equal deleted inserted replaced
467:d46142e61c30 468:56baf312c1b5
20 #include <signal.h> 20 #include <signal.h>
21 #include <pwd.h> 21 #include <pwd.h>
22 #include <grp.h> 22 #include <grp.h>
23 #include <dirent.h> 23 #include <dirent.h>
24 #include <glob.h> 24 #include <glob.h>
25 #include <sys/mount.h> /* statfs() */
25 26
26 #include <sys/filio.h> /* FIONBIO */ 27 #include <sys/filio.h> /* FIONBIO */
27 #include <sys/uio.h> 28 #include <sys/uio.h>
28 #include <sys/stat.h> 29 #include <sys/stat.h>
29 #include <fcntl.h> 30 #include <fcntl.h>