0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-05-18 10:53:48 +02:00

configure: Check for ICMP support on linux platform.

This commit is contained in:
Jason Volk 2019-08-22 08:53:26 -07:00
parent b0f1487a22
commit 9aaef347d5

View file

@ -876,6 +876,7 @@ RB_CHK_SYSHEADER(linux/magic.h, [LINUX_MAGIC_H])
RB_CHK_SYSHEADER(linux/perf_event.h, [LINUX_PERF_EVENT_H])
RB_CHK_SYSHEADER(linux/hw_breakpoint.h, [LINUX_HW_BREAKPOINT_H])
RB_CHK_SYSHEADER(linux/io_uring.h, [LINUX_IO_URING_H])
RB_CHK_SYSHEADER(linux/icmp.h, [LINUX_ICMP_H])
dnl windows platform
RB_CHK_SYSHEADER(windows.h, [WINDOWS_H])