File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -104,6 +104,7 @@ check_include_files(sys/sockio.h HAVE_SYS_SOCKIO_H)
104104check_include_files(linux/filter .h HAVE_LINUX_FILTER_H)
105105check_include_files(linux/if_ether.h HAVE_LINUX_IF_ETHER_H)
106106check_include_files(linux/if_packet.h HAVE_LINUX_IF_PACKET_H)
107+ check_include_files(linux/udp.h HAVE_LINUX_UDP_H)
107108
108109if (CMAKE_SYSTEM_NAME STREQUAL "Windows" )
109110 check_include_files(winsock.h _HAVE_WINSOCK_H)
Original file line number Diff line number Diff line change 1616/* Define to 1 if you have the <linux/if_packet.h> header file. */
1717#cmakedefine HAVE_LINUX_IF_PACKET_H
1818
19+ /* Define to 1 if you have the <linux/udp.h> header file. */
20+ #cmakedefine HAVE_LINUX_UDP_H 1
21+
1922/* Define to 1 if you have the 'sockatmark' function. */
2023#cmakedefine HAVE_SOCKATMARK 1
2124
You can’t perform that action at this time.
0 commit comments