summaryrefslogtreecommitdiff
path: root/cmake/have_siocglifconf.c
blob: 5a67abc192c40add6284d4de1fc35b92ef46992e (plain)
1
2
3
4
5
6
#include <sys/ioctl.h>
#include <sys/socket.h>
#include <sys/sockio.h>
int main() {
    ioctl(0, SIOCGLIFCONF, (char *)0);
}