Patrick Welche <prlw1@cam.ac.uk>
[netbsd-mini2440.git] / external / bsd / libbind / dist / port / cygwin / include / asm / socket.h
blob0f2c1e76502510bde3de7163bf4cb38e8390a9f7
1 /* $NetBSD$ */
3 #ifndef _cygwin_asm_socket_h
4 #define _cygwin_asm_socket_h
6 #include_next <asm/socket.h>
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
14 #endif