X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=winconfig.h;h=bc9c003c0adf4d369086ca9dd28406f5df1c199f;hb=b4ef279dd767faf5bc881a17eb2dae07f07c0026;hp=37a232b6a53a1715de5a96064b544663f18252ad;hpb=d135465fba59f7257e2d225564df7c601015fee8;p=mono.git diff --git a/winconfig.h b/winconfig.h index 37a232b6a53..bc9c003c0ad 100644 --- a/winconfig.h +++ b/winconfig.h @@ -586,6 +586,9 @@ /* Define to 1 if you have the header file. */ #define HAVE_WCHAR_H 1 +/* Define to 1 if you have IPv6 support. */ +#define HAVE_STRUCT_SOCKADDR_IN6 1 + /* Have a working sigaltstack */ /* #undef HAVE_WORKING_SIGALTSTACK */ @@ -672,4 +675,8 @@ /* Version number of package */ #define VERSION "#MONO_VERSION#" + +/* Version of the corlib-runtime interface */ +#define MONO_CORLIB_VERSION #MONO_CORLIB_VERSION# + #endif