We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 359bb9b commit 2367e38Copy full SHA for 2367e38
src/bwping.c
@@ -53,25 +53,25 @@
53
#include <netdb.h>
54
55
#if defined( ENABLE_MMSG ) && defined( HAVE_SENDMMSG )
56
-#define BWPING_USE_SENDMMSG 1
+#define BWPING_USE_SENDMMSG
57
#else
58
#undef BWPING_USE_SENDMMSG
59
#endif
60
61
#if defined( ENABLE_MMSG ) && defined( HAVE_RECVMMSG )
62
-#define BWPING_USE_RECVMMSG 1
+#define BWPING_USE_RECVMMSG
63
64
#undef BWPING_USE_RECVMMSG
65
66
67
#if defined( HAVE_NETINET_ICMP6_H ) && defined( ICMP6_FILTER )
68
-#define BWPING_USE_ICMP6_FILTER 1
+#define BWPING_USE_ICMP6_FILTER
69
70
#undef BWPING_USE_ICMP6_FILTER
71
72
73
#if defined( ENABLE_BPF ) && defined( HAVE_LINUX_FILTER_H ) && defined( SO_ATTACH_FILTER )
74
-#define BWPING_USE_BPF 1
+#define BWPING_USE_BPF
75
76
#undef BWPING_USE_BPF
77
0 commit comments