bind9/lib/bind/port/cygwin/include/sys/socket.h
2002-12-27 03:13:51 +00:00

10 lines
158 B
C

#ifndef _cygwin_sys_socket_h
#define _cygwin_sys_socket_h
#include_next <sys/socket.h>
#ifndef IFF_POINTOPOINT
# define IFF_POINTOPOINT 0x10
#endif
#endif