mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2026-04-05 19:11:02 +02:00
Some checks on __GNUC__ imply that if it's undefined it will match a low value but that's not always what we want, like for example in the VAR_ARRAY definition which is not needed on tcc. Let's always be explicit on these tests.