comparison src/os/unix/ngx_posix_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 edf1cb6c328e
children 09f0ef15d544
comparison
equal deleted inserted replaced
467:d46142e61c30 468:56baf312c1b5
42 #include <signal.h> 42 #include <signal.h>
43 #include <pwd.h> 43 #include <pwd.h>
44 #include <grp.h> 44 #include <grp.h>
45 #include <dirent.h> 45 #include <dirent.h>
46 #include <glob.h> 46 #include <glob.h>
47 #if (NGX_HAVE_SYS_MOUNT_H)
48 #include <sys/mount.h> /* statfs() */
49 #endif
50 #if (NGX_HAVE_SYS_STATVFS_H)
51 #include <sys/statvfs.h> /* statvfs() */
52 #endif
47 53
48 #if (NGX_HAVE_SYS_FILIO_H) 54 #if (NGX_HAVE_SYS_FILIO_H)
49 #include <sys/filio.h> /* FIONBIO */ 55 #include <sys/filio.h> /* FIONBIO */
50 #endif 56 #endif
51 #include <sys/ioctl.h> /* FIONBIO */ 57 #include <sys/ioctl.h> /* FIONBIO */