/* $NetBSD: socket.h,v 1.1.1.1 2009/04/12 15:33:55 christos Exp $ */ #ifndef _cygwin_sys_socket_h #define _cygwin_sys_socket_h #include_next #ifndef IFF_POINTOPOINT # define IFF_POINTOPOINT 0x10 #endif #endif