xref: /netbsd-src/external/bsd/libbind/dist/port/cygwin/include/sys/socket.h (revision b1c86f5f087524e68db12794ee9c3e3da1ab17a0)
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