diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2009-03-30 07:43:06 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2009-03-30 07:43:06 +0000 |
| commit | 1be7419d10a4c2226783f280af9e2aa7ff48b738 (patch) | |
| tree | ab1c63ea9b9edb9c1eddcc93c5c572230694ce4e /auto/headers | |
| parent | a1e9bfbc859490e25f4fff07ddc5441c9a91abcc (diff) | |
| download | nginx-1be7419d10a4c2226783f280af9e2aa7ff48b738.tar.gz nginx-1be7419d10a4c2226783f280af9e2aa7ff48b738.tar.bz2 | |
ngx_fs_bsize()
Diffstat (limited to 'auto/headers')
| -rw-r--r-- | auto/headers | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/auto/headers b/auto/headers index 542b757c1..cdd5d294b 100644 --- a/auto/headers +++ b/auto/headers @@ -2,8 +2,10 @@ # Copyright (C) Igor Sysoev -ngx_include="unistd.h"; . auto/include -ngx_include="inttypes.h"; . auto/include -ngx_include="limits.h"; . auto/include -ngx_include="sys/filio.h"; . auto/include -ngx_include="crypt.h"; . auto/include +ngx_include="unistd.h"; . auto/include +ngx_include="inttypes.h"; . auto/include +ngx_include="limits.h"; . auto/include +ngx_include="sys/filio.h"; . auto/include +ngx_include="sys/mount.h"; . auto/include +ngx_include="sys/statvfs.h"; . auto/include +ngx_include="crypt.h"; . auto/include |
