From db51847d220edd4218329b1cbd815f97eb11aabd Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Sun, 6 Jan 2013 20:35:49 +0400 Subject: [PATCH] Another workaround for libevent 1.x --- src/webui.c | 5 +++++ 1 file changed, 5 insertions(+) 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 -- 2.39.5