mirror of
https://github.com/isc-projects/bind9.git
synced 2026-03-10 02:01:32 -04:00
10 lines
158 B
C
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
|