comparison src/core/ngx_config.h @ 64:34d647deb1da

nginx-0.0.1-2003-03-04-09:33:48 import
author Igor Sysoev <igor@sysoev.ru>
date Tue, 04 Mar 2003 06:33:48 +0000
parents e8cdc2989cee
children 59229033ae93
comparison
equal deleted inserted replaced
63:36d2c25cc9bb 64:34d647deb1da
187 #ifndef HAVE_KQUEUE 187 #ifndef HAVE_KQUEUE
188 #define HAVE_KQUEUE 1 188 #define HAVE_KQUEUE 1
189 #include <sys/event.h> 189 #include <sys/event.h>
190 #endif 190 #endif
191 191
192 /* kqueue's NOTE_LOWAT */
193 #if (__FreeBSD__ == 4 && __FreeBSD_version >= 430000) \
194 || __FreeBSD_version >= 500018
195
196 #ifndef HAVE_LOWAT_EVENT
197 #define HAVE_LOWAT_EVENT 1
198 #endif
199
200 #endif
201
192 #endif /* FreeBSD kqueue */ 202 #endif /* FreeBSD kqueue */
193 203
194 204
195 #endif /* __FreeBSD__ */ 205 #endif /* __FreeBSD__ */
196 206