1 /* $NetBSD: socket.h,v 1.1.1.1 2009/04/12 15:33:54 christos Exp $ */ 2 3 #ifndef _cygwin_asm_socket_h 4 #define _cygwin_asm_socket_h 5 6 #include_next <asm/socket.h> 7 8 /* This is a lame cop-out, but cygwin's SIOCGIFCONF doesn't define 9 IFF_POINTOPOINT, so this should never happen anyway. */ 10 #ifndef SIOCGIFDSTADDR 11 # define SIOCGIFDSTADDR SIOCGIFADDR 12 #endif 13 14 #endif 15