if (filter == EVFILT_VNODE) {
kev->fflags = NOTE_DELETE|NOTE_WRITE|NOTE_EXTEND
|NOTE_ATTRIB|NOTE_RENAME
-#if (__FreeBSD__ == 4 && __FreeBSD_version >= 430000) \
- || __FreeBSD_version >= 500018
+#if (__FreeBSD__ == 4 && __FreeBSD_version >= 430000) \
+ || __FreeBSD_version >= 500018
|NOTE_REVOKE
#endif
;
static ngx_inline ngx_int_t
ngx_ssl_cert_already_in_hash(void)
{
-#if !(OPENSSL_VERSION_NUMBER >= 0x1010009fL \
+#if !(OPENSSL_VERSION_NUMBER >= 0x1010009fL \
|| LIBRESSL_VERSION_NUMBER >= 0x3050000fL)
u_long error;
return ngx_conf_set_enum_slot(cf, cmd, conf);
}
-
* to allow an old binary to run correctly on an updated FreeBSD system.
*/
-#if (__FreeBSD__ == 4 && __FreeBSD_version >= 460102) \
- || __FreeBSD_version == 460002 || __FreeBSD_version >= 500039
+#if (__FreeBSD__ == 4 && __FreeBSD_version >= 460102) \
+ || __FreeBSD_version == 460002 || __FreeBSD_version >= 500039
/* a new syscall without the bug */
return ngx_conf_set_enum_slot(cf, cmd, conf);
}
-