NetBSD-5.0.2/dist/bind/lib/bind/port/cygwin/include/asm/socket.h

/*	$NetBSD: socket.h,v 1.1.1.1 2004/05/17 23:44:46 christos Exp $	*/

#ifndef _cygwin_asm_socket_h
#define _cygwin_asm_socket_h

#include_next <asm/socket.h>

/* This is a lame cop-out, but cygwin's SIOCGIFCONF doesn't define
   IFF_POINTOPOINT, so this should never happen anyway. */
#ifndef SIOCGIFDSTADDR
# define SIOCGIFDSTADDR SIOCGIFADDR
#endif

#endif