mirror of
https://github.com/matrix-construct/construct
synced 2025-02-18 01:30:12 +01:00
configure: Check for ICMP support on linux platform.
This commit is contained in:
parent
b0f1487a22
commit
9aaef347d5
1 changed files with 1 additions and 0 deletions
|
@ -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])
|
||||
|
|
Loading…
Add table
Reference in a new issue