1
0
Fork 0
mirror of https://repo.or.cz/socat.git synced 2025-07-15 15:43:24 +00:00

Enable option ip-add-source-membership only when both IP_ADD_SOURCE_MEMBERSHIP and struct ip_mreq_source are available

This commit is contained in:
Gerhard Rieger 2022-09-15 10:09:05 +02:00
parent d8ee49007e
commit ee23bccee7
4 changed files with 11 additions and 5 deletions

View file

@ -9,5 +9,7 @@
#include "xioconfig.h" /* what features are enabled */
#include "sysincludes.h"
//#undef IP_ADD_SOURCE_MEMBERSHIP
#undef HAVE_STRUCT_IP_MREQ_SOURCE
#endif /* !defined(__xiosysincludes_h_included) */