[PATCH 1/2] Rework IP_PKTINFO / IP_RECVDSTADDR detection

2013-02-25 Thread Bart Van Assche
Detect IP_PKTINFO / IP_RECVDSTADDR support during the configure phase instead of repeating the following test in eight different places: #if (defined(linux) defined(IP_PKTINFO)) \ || defined(IP_RECVDSTADDR) HAVE_STRUCT_MSGHDR_MSG_CONTROL \

Re: [PATCH 1/2] Rework IP_PKTINFO / IP_RECVDSTADDR detection

2013-02-25 Thread Niels Baggesen
Den 25-02-2013 20:59, Bart Van Assche skrev: Detect IP_PKTINFO / IP_RECVDSTADDR support during the configure phase instead of repeating the following test in eight different places: Yes, please. I have had something like that laying around for quite some time, but never got around to