From: Vsevolod Stakhov Date: Thu, 19 Jan 2017 10:57:44 +0000 (+0000) Subject: [Minor] One more definition missed on Linux X-Git-Tag: 1.5.0~298 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ccdc07b5e3d68f6cebbef33cb4e3cf8307d54f7c;p=thirdparty%2Frspamd.git [Minor] One more definition missed on Linux --- diff --git a/contrib/t1ha/t1ha.h b/contrib/t1ha/t1ha.h index c41f5c5296..2f6e48e3f8 100644 --- a/contrib/t1ha/t1ha.h +++ b/contrib/t1ha/t1ha.h @@ -44,6 +44,9 @@ #include #include +#ifndef __has_attribute +#define __has_attribute(x) (0) +#endif #ifndef __has_builtin #define __has_builtin(x) (0) #endif