mirror of
http://git.haproxy.org/git/haproxy.git
synced 2026-02-10 03:52:44 +02:00
SI_TKILL is for Linux. We're again in the non-portable area. Both OSes use macros to define these values so we can #ifdef them. Let's make SI_TKILL defined based on SI_LWP when only the latter is defined.