comparison src/os/unix/ngx_solaris_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 9fc4ab6673f9
children 86dad910eeb6
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/statvfs.h> /* statvfs() */
31 32
32 #include <sys/filio.h> /* FIONBIO */ 33 #include <sys/filio.h> /* FIONBIO */
33 #include <sys/uio.h> 34 #include <sys/uio.h>
34 #include <sys/stat.h> 35 #include <sys/stat.h>
35 #include <fcntl.h> 36 #include <fcntl.h>