v811_spc009/external/libpcap/cmake/have_siocglifconf.c

7 lines
125 B

#include <sys/ioctl.h>
#include <sys/socket.h>
#include <sys/sockio.h>
int main() {
ioctl(0, SIOCGLIFCONF, (char *)0);
}