mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2026-04-18 04:03:55 +02:00
As reported in GH issue #1369, there is a single case of #if with a possibly undefined value in defaults.h which is on MAXHOSTNAMELEN. Let's turn it to a #ifdef.