X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=winconfig.h;h=b6d74e1cb41832b4768000939b1050afb14e7b50;hb=09bd8381163fa55ed8db934637958b91debbd48b;hp=1084339a44f2172c1cb4b8758d216c541bf72168;hpb=96edd46e16619fe64e26ea017330c22bf893f0dd;p=mono.git diff --git a/winconfig.h b/winconfig.h index 1084339a44f..b6d74e1cb41 100644 --- a/winconfig.h +++ b/winconfig.h @@ -1,5 +1,5 @@ /* config.h. Generated from config.h.in by configure. */ -/* config.h.in. Generated from configure.in by autoheader. */ +/* config.h.in. Generated from configure.ac by autoheader. */ /* The architecture this is running on */ #if defined(_M_IA64) @@ -12,6 +12,10 @@ #error Unknown architecture #endif +#if _WIN32_WINNT < 0x0502 +#error "Mono requires WinXP SP2 or later" +#endif /* _WIN32_WINNT < 0x0502 */ + /* * Features that are not required in the Windows port */ @@ -190,9 +194,7 @@ /* #undef HAVE_GETPRIORITY */ /* Define to 1 if you have the `GetProcessId' function. */ -#if (_WIN32_WINNT >= 0x0502) #define HAVE_GETPROCESSID 1 -#endif /* Define to 1 if you have the `getpwnam_r' function. */ /* #undef HAVE_GETPWNAM_R */ @@ -557,9 +559,6 @@ /* Enable the allocation and indexing of arrays greater than Int32.MaxValue */ /* #undef MONO_BIG_ARRAYS */ -/* Sizeof sock_un.sun_path */ -/* #undef MONO_SIZEOF_SUNPATH */ - /* Xen-specific behaviour */ /* #define MONO_XEN_OPT 1 */