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