mirror of
http://git.haproxy.org/git/haproxy.git
synced 2026-02-09 22:42:39 +02:00
FreeBSD stores INT_MIN and INT_MAX in sys/limits.h only. Other systems (Solaris) have it in sys/types.h and do not have sys/limits.h. Let's include sys/limits.h only if INT_MAX is not defined.