From: Vsevolod Stakhov Date: Sun, 6 Jan 2013 16:35:49 +0000 (+0400) Subject: Another workaround for libevent 1.x X-Git-Tag: 0.5.4~33 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=db51847d220edd4218329b1cbd815f97eb11aabd;p=rspamd.git Another workaround for libevent 1.x --- diff --git a/src/webui.c b/src/webui.c index 326cd7639..757b0e765 100644 --- a/src/webui.c +++ b/src/webui.c @@ -48,6 +48,11 @@ #include #endif +/* Another workaround for old libevent */ +#ifndef HTTP_INTERNAL +#define HTTP_INTERNAL 500 +#endif + #ifdef WITH_GPERF_TOOLS # include #endif