[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>
Wed, 19 Aug 2009 09:25:08 +0000 (11:25 +0200)
commitd6d06909dae55bd594f5a9d6bf54dad04eae382f
tree8cffe875ffcadd567b34d0acdb71d5e0d3ade29e
parentdc85b39db7b479e510a6e6dfc254dd9b5fa18050
[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.
include/common/compat.h
src/checks.c
src/haproxy.c
src/log.c
src/stream_sock.c