X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=winconfig.h;h=71555cecf19cb644d73abd4909edb5fdf349616d;hb=54c954576545e72097b4ec0f98d9b8a07dee2ae9;hp=1b3d494ebf663081cc845031560afa56ff892066;hpb=bf0d9bb19b457493ca8709b3379e8a23c3bbc52e;p=mono.git diff --git a/winconfig.h b/winconfig.h index 1b3d494ebf6..71555cecf19 100644 --- a/winconfig.h +++ b/winconfig.h @@ -16,6 +16,12 @@ #error Unknown architecture #endif +#ifndef WINVER +#define WINVER 0x0A00 +#endif + +#include + #if _WIN32_WINNT < 0x0600 #error "Mono requires Windows Vista or later" #endif /* _WIN32_WINNT < 0x0600 */ @@ -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,18 +179,6 @@ /* 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 header file. */ -/* #undef HAVE_GC_GC_H */ - -/* Have gc.h */ -/* #define HAVE_GC_H 1 */ - /* Define to 1 if you have the `getaddrinfo' function. */ #define HAVE_GETADDRINFO 1 @@ -371,6 +371,9 @@ /* Using the simple generational GC. */ /* #undef HAVE_SGEN_GC */ + /* Have signal */ +#define HAVE_SIGNAL 1 + /* Have signbit */ /* #undef HAVE_SIGNBIT */