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.4.4~6 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=4c908ce3315fda94deb307e96bf73dea331aab71;p=rspamd.git [Minor] One more definition missed on Linux --- diff --git a/contrib/t1ha/t1ha.h b/contrib/t1ha/t1ha.h index c41f5c529..2f6e48e3f 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