diff options
author | Igor Sysoev <igor@sysoev.ru> | 2003-03-04 06:33:48 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2003-03-04 06:33:48 +0000 |
commit | 6a644c694de6a7afc87d25395c2cf6fcc46c4e6f (patch) | |
tree | d1e6cb8b9cc688cbfcbc83c3e065930c36244715 /src/core/ngx_config.h | |
parent | ff148df8f694212e2cf13f0d43532949433831a2 (diff) | |
download | nginx-6a644c694de6a7afc87d25395c2cf6fcc46c4e6f.tar.gz nginx-6a644c694de6a7afc87d25395c2cf6fcc46c4e6f.zip |
nginx-0.0.1-2003-03-04-09:33:48 import
Diffstat (limited to 'src/core/ngx_config.h')
-rw-r--r-- | src/core/ngx_config.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/core/ngx_config.h b/src/core/ngx_config.h index 1a97b098b..6b26ad826 100644 --- a/src/core/ngx_config.h +++ b/src/core/ngx_config.h @@ -189,6 +189,16 @@ #include <sys/event.h> #endif +/* kqueue's NOTE_LOWAT */ +#if (__FreeBSD__ == 4 && __FreeBSD_version >= 430000) \ + || __FreeBSD_version >= 500018 + +#ifndef HAVE_LOWAT_EVENT +#define HAVE_LOWAT_EVENT 1 +#endif + +#endif + #endif /* FreeBSD kqueue */ |