No empty .Rs/.Re
[netbsd-mini2440.git] / external / bsd / libbind / dist / port / cygwin / include / sys / socket.h
blobaea6c07b7ea1d5f8355fc9ccfb1b271099e8e7fa
1 /* $NetBSD$ */
3 #ifndef _cygwin_sys_socket_h
4 #define _cygwin_sys_socket_h
6 #include_next <sys/socket.h>
8 #ifndef IFF_POINTOPOINT
9 # define IFF_POINTOPOINT 0x10
10 #endif
12 #endif