X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=winconfig.h;h=27e774f066cf401299ef8f9e2b699ce92e12de44;hb=43044883598f38134cb7fd4f5fa0af05f9bbc626;hp=21cc0d506d76c94167459d5f961d950b1ab269a8;hpb=6856ccab7cc0dffa2df23a3db5832bf4bbb4620a;p=mono.git diff --git a/winconfig.h b/winconfig.h index 21cc0d506d7..27e774f066c 100644 --- a/winconfig.h +++ b/winconfig.h @@ -16,9 +16,9 @@ #error Unknown architecture #endif -#if _WIN32_WINNT < 0x0502 -#error "Mono requires WinXP SP2 or later" -#endif /* _WIN32_WINNT < 0x0502 */ +#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 +94,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 +173,14 @@ /* Define to 1 if you have the `fstatvfs' function. */ /* #undef HAVE_FSTATVFS */ -/* Have GC_enable */ -/* #define HAVE_GC_ENABLE 1 */ +/* Define to 1 if you have the `getaddrinfo' function. */ +#define HAVE_GETADDRINFO 1 -/* Have GC_gcj_malloc */ -/* #define HAVE_GC_GCJ_MALLOC 1 */ +/* Define to 1 if you have the `getnameinfo' function. */ +#define HAVE_GETNAMEINFO 1 -/* Define to 1 if you have the header file. */ -/* #undef HAVE_GC_GC_H */ - -/* 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 +225,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 +365,9 @@ /* Using the simple generational GC. */ /* #undef HAVE_SGEN_GC */ + /* Have signal */ +#define HAVE_SIGNAL 1 + /* Have signbit */ /* #undef HAVE_SIGNBIT */ @@ -633,5 +639,5 @@ /* #undef USE_MONO_MUTEX */ /* Version number of package */ -#define VERSION "3.12.1" +#define VERSION "4.1.0" #endif