mirror of
http://git.haproxy.org/git/haproxy.git
synced 2026-02-08 23:13:17 +02:00
Gcc 6 and above support placing an attribute on an enum's value. This is convenient for marking some values as deprecated. We just need the macro because older versions fail to parse __attribute__() there.