diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2002-12-17 15:48:27 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2002-12-17 15:48:27 +0000 |
| commit | 5518aba253096193df31b0f64e7461d1ac224dfd (patch) | |
| tree | e06f1dc62410b999ab561ca07742af1fef34dc79 /src/core/ngx_config.h | |
| parent | 5eef618ed671c55bc1244652cb49afef224c833c (diff) | |
| download | nginx-5518aba253096193df31b0f64e7461d1ac224dfd.tar.gz nginx-5518aba253096193df31b0f64e7461d1ac224dfd.tar.bz2 | |
nginx-0.0.1-2002-12-17-18:48:27 import
Diffstat (limited to 'src/core/ngx_config.h')
| -rw-r--r-- | src/core/ngx_config.h | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/src/core/ngx_config.h b/src/core/ngx_config.h index cc650c1f0..2582ddae3 100644 --- a/src/core/ngx_config.h +++ b/src/core/ngx_config.h @@ -107,6 +107,7 @@ #define HAVE_INHERITED_NONBLOCK 1 #endif +/* FreeBSD sendfile */ #if __FreeBSD_version >= 300007 #ifndef HAVE_FREEBSD_SENDFILE @@ -117,8 +118,9 @@ #define HAVE_FREEBSD_SENDFILE_NBYTES_BUG 2 #endif -#endif +#endif /* FreeBSD sendfile */ +/* FreeBSD sendfile nbytes bug */ #if (__FreeBSD__ == 4 && __FreeBSD_version >= 460100) \ || __FreeBSD_version == 460001 || __FreeBSD_version >= 500029 @@ -127,13 +129,14 @@ #define HAVE_FREEBSD_SENDFILE_NBYTES_BUG 0 #endif -#endif +#endif /* FreeBSD sendfile nbytes bug */ #if (HAVE_FREEBSD_SENDFILE) #define HAVE_SENDFILE 1 #endif +/* FreeBSD kqueue */ #if (__FreeBSD__ == 4 && __FreeBSD_version >= 410000) \ || __FreeBSD_version >= 500011 @@ -142,7 +145,7 @@ #include <sys/event.h> #endif -#endif +#endif /* FreeBSD kqueue */ #endif /* __FreeBSD__ */ |
