X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=winconfig.h;h=71555cecf19cb644d73abd4909edb5fdf349616d;hb=b352aa975184aca89f7f547a2035a4c0c07e3359;hp=21cc0d506d76c94167459d5f961d950b1ab269a8;hpb=6856ccab7cc0dffa2df23a3db5832bf4bbb4620a;p=mono.git diff --git a/winconfig.h b/winconfig.h index 21cc0d506d7..71555cecf19 100644 --- a/winconfig.h +++ b/winconfig.h @@ -16,9 +16,15 @@ #error Unknown architecture #endif -#if _WIN32_WINNT < 0x0502 -#error "Mono requires WinXP SP2 or later" -#endif /* _WIN32_WINNT < 0x0502 */ +#ifndef WINVER +#define WINVER 0x0A00 +#endif + +#include + +#if _WIN32_WINNT < 0x0600 +#error "Mono requires Windows Vista or later" +#endif /* _WIN32_WINNT < 0x0600 */ /* * Features that are not required in the Windows port @@ -94,6 +100,12 @@ /* Define to 1 if you have the header file. */ /* #undef HAVE_CHECKLIST_H */ +/* Define to 1 if you have the header file. */ +#define HAVE_COMPLEX_H 1 + +/* Define to 1 if you have the `system' function. */ +#define HAVE_SYSTEM 1 + /* Have /dev/random */ #define HAVE_CRYPT_RNG 1 @@ -167,17 +179,14 @@ /* Define to 1 if you have the `fstatvfs' function. */ /* #undef HAVE_FSTATVFS */ -/* Have GC_enable */ -/* #define HAVE_GC_ENABLE 1 */ - -/* Have GC_gcj_malloc */ -/* #define HAVE_GC_GCJ_MALLOC 1 */ +/* Define to 1 if you have the `getaddrinfo' function. */ +#define HAVE_GETADDRINFO 1 -/* Define to 1 if you have the header file. */ -/* #undef HAVE_GC_GC_H */ +/* Define to 1 if you have the `getnameinfo' function. */ +#define HAVE_GETNAMEINFO 1 -/* Have gc.h */ -/* #define HAVE_GC_H 1 */ +/* Define to 1 if you have the `getprotobyname' function. */ +#define HAVE_GETPROTOBYNAME 1 /* Define to 1 if you have the `getdomainname' function. */ /* #undef HAVE_GETDOMAINNAME */ @@ -222,7 +231,7 @@ /* #undef HAVE_INET_ATON */ /* Define to 1 if you have the `inet_pton' function. */ -/* #undef HAVE_INET_PTON */ +#define HAVE_INET_PTON 1 /* Define to 1 if you have the header file. */ #define HAVE_INTTYPES_H 1 @@ -362,6 +371,9 @@ /* Using the simple generational GC. */ /* #undef HAVE_SGEN_GC */ + /* Have signal */ +#define HAVE_SIGNAL 1 + /* Have signbit */ /* #undef HAVE_SIGNBIT */ @@ -633,5 +645,5 @@ /* #undef USE_MONO_MUTEX */ /* Version number of package */ -#define VERSION "3.12.1" +#define VERSION "4.1.0" #endif