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

11 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