7 lines
292 B
C
7 lines
292 B
C
|
// This file is included by the auto-generated map.c
|
||
|
|
||
|
// For building on windows: Undefine the HAVE_STRUCT_SOCKADDR_IN6 defined by winconfig.h to prevent map.c from building Mono_Posix_FromSockaddrIn6() and Mono_Posix_ToSockaddrIn6().
|
||
|
#ifdef HOST_WIN32
|
||
|
#undef HAVE_STRUCT_SOCKADDR_IN6
|
||
|
#endif
|