]> git.ipfire.org Git - thirdparty/haproxy.git/commit
[CLEANUP] remove ifdef MSG_NOSIGNAL and define it instead
authorWilly Tarreau <w@1wt.eu>
Wed, 19 Aug 2009 09:22:33 +0000 (11:22 +0200)
committerWilly Tarreau <w@1wt.eu>
Sat, 3 Oct 2009 17:12:12 +0000 (19:12 +0200)
commit29b366dcdd585f99511a64848fbfb7e002b6f6ca
tree1dc95336d1ef5512a757be32c7665da0189f6a6b
parent21d761b3f99e14153bcf8af05cf3ef93a7a15313
[CLEANUP] remove ifdef MSG_NOSIGNAL and define it instead

ifdefs are really annoying in the code. Define MSG_NOSIGNAL to zero
when undefined and remove associated ifdefs.

(cherry picked from commit d6d06909dae55bd594f5a9d6bf54dad04eae382f)
include/common/compat.h
src/checks.c
src/haproxy.c
src/log.c
src/stream_sock.c