We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca6d1fd commit 30c8f3aCopy full SHA for 30c8f3a
configure.ac
@@ -395,6 +395,7 @@ fcntl.h \
395
grp.h \
396
ieeefp.h \
397
langinfo.h \
398
+linux/sock_diag.h \
399
malloc.h \
400
poll.h \
401
pty.h \
ext/sockets/sockets.c
@@ -55,8 +55,10 @@
55
# if HAVE_IF_NAMETOINDEX
56
# include <net/if.h>
57
# endif
58
-# ifdef SO_MEMINFO
+# if defined(HAVE_LINUX_SOCK_DIAG_H)
59
# include <linux/sock_diag.h>
60
+# else
61
+# undef SO_MEMINFO
62
63
#endif
64
0 commit comments