Welcome to mirror list, hosted at ThFree Co, Russian Federation.

map-impl.h « support - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 05ae2fcb9658f91bb9b28e7107ceac8eb4ee80f8 (plain)
1
2
3
4
5
6
// 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