1 2 3 4 5 6 7 8 9 10 11 12 13
--- bozohttpd.h.orig 2021-02-13 19:42:32 UTC +++ bozohttpd.h @@ -44,8 +44,8 @@ #include <lua.h> #endif -#ifndef NO_BLOCKLIST_SUPPORT -#include <blocklist.h> +#ifndef NO_BLACKLIST_SUPPORT +#include <blacklist.h> void pfilter_notify(const int, const int); #endif