1 /* $NetBSD: socket.h,v 1.1.1.1 2009/04/12 15:33:55 christos Exp $ */ 2 3 #ifndef _cygwin_sys_socket_h 4 #define _cygwin_sys_socket_h 5 6 #include_next <sys/socket.h> 7 8 #ifndef IFF_POINTOPOINT 9 # define IFF_POINTOPOINT 0x10 10 #endif 11 12 #endif 13