1/*	$NetBSD$	*/
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