[llvm] Disable running the llvm verifier by default, it was enabled by mistake, and...
[mono-project.git] / support / map-impl.h
blob05ae2fcb9658f91bb9b28e7107ceac8eb4ee80f8
1 // This file is included by the auto-generated map.c
3 // 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().
4 #ifdef HOST_WIN32
5 #undef HAVE_STRUCT_SOCKADDR_IN6
6 #endif