mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-09-03 13:01:44 +02:00
MSG_NOSIGNAL and MSG_MORE are not defined everywhere, let's make them zero when not defined. It will roughly result in the same behavior, albeit a bit less optimal, which is no big deal when debugging. This should fix issue #1014.