Blame view

libs/libpcap-1.9.0/cmake/have_siocglifconf.c 125 Bytes
fee2cbd6   amoreau   ajout des librairies
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);
  }