]> source.dussan.org Git - rspamd.git/commitdiff
Another workaround for libevent 1.x
authorVsevolod Stakhov <vsevolod@rambler-co.ru>
Sun, 6 Jan 2013 16:35:49 +0000 (20:35 +0400)
committerVsevolod Stakhov <vsevolod@rambler-co.ru>
Sun, 6 Jan 2013 16:35:49 +0000 (20:35 +0400)
src/webui.c

index 326cd763957e25c473ef30e50a7d614e95d54c61..757b0e76573202db85a6aa5b1373083f27ac5621 100644 (file)
 #include <event2/bufferevent_ssl.h>
 #endif
 
+/* Another workaround for old libevent */
+#ifndef HTTP_INTERNAL
+#define HTTP_INTERNAL 500
+#endif
+
 #ifdef WITH_GPERF_TOOLS
 #   include <glib/gprintf.h>
 #endif