1/*	$NetBSD$	*/
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