]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUILD: makefile: add _LINUX_SOURCE_COMPAT to build on AIX-51
authorWilly Tarreau <w@1wt.eu>
Fri, 29 Mar 2019 16:56:13 +0000 (17:56 +0100)
committerWilly Tarreau <w@1wt.eu>
Mon, 1 Apr 2019 05:45:37 +0000 (07:45 +0200)
commit891d65a67280bea35f8ae38e4dcfe7c2330ddd10
tree46e9f63cb74671fd44276f94d1ec8629d332eb7c
parent6f4fd1b183fc70863926bdc31d7f0b4739c92c56
BUILD: makefile: add _LINUX_SOURCE_COMPAT to build on AIX-51

Not tested on later versions, but at least there _LINUX_SOURCE_COMPAT
must be defined to access the CMSG_SPACE() and CMSG_LEN() macros.
Makefile