[runtime] Remove temporary fcn mono_delegate_ctor_with_method_fixme
[mono-project.git] / eglib / winconfig.h
blob31bbf89a6a17169c8c7dbb4b30251b09a38cef9f
1 /* config.h. Generated by configure. */
2 /* config.h.in. Generated from configure.ac by autoheader. */
4 #ifndef _MSC_VER
5 #include "cygconfig.h"
6 #else
8 #ifndef HAVE_WINAPI_FAMILY_SUPPORT
10 #define HAVE_WINAPI_FAMILY_SUPPORT
12 /* WIN API Family support */
13 #include <winapifamily.h>
15 #if WINAPI_FAMILY_PARTITION(WINAPI_PARTITION_DESKTOP)
16 #define HAVE_CLASSIC_WINAPI_SUPPORT 1
17 #define HAVE_UWP_WINAPI_SUPPORT 0
18 #elif WINAPI_FAMILY_PARTITION(WINAPI_PARTITION_APP)
19 #define HAVE_CLASSIC_WINAPI_SUPPORT 0
20 #define HAVE_UWP_WINAPI_SUPPORT 1
21 #ifndef HAVE_EXTERN_DEFINED_WINAPI_SUPPORT
22 #error Unsupported WINAPI family
23 #endif
24 #else
25 #define HAVE_CLASSIC_WINAPI_SUPPORT 0
26 #define HAVE_UWP_WINAPI_SUPPORT 0
27 #ifndef HAVE_EXTERN_DEFINED_WINAPI_SUPPORT
28 #error Unsupported WINAPI family
29 #endif
30 #endif
32 #endif
34 /* Define to 1 if you have the <dlfcn.h> header file. */
35 #define HAVE_DLFCN_H 1
37 /* Define to 1 if you have the <inttypes.h> header file. */
38 #define HAVE_INTTYPES_H 1
40 /* Define to 1 if you have the <memory.h> header file. */
41 #define HAVE_MEMORY_H 1
43 /* Define to 1 if you have the <pwd.h> header file. */
44 /* #undef HAVE_PWD_H 1 */
46 /* Define to 1 if you have the <stdint.h> header file. */
47 #define HAVE_STDINT_H 1
49 /* Define to 1 if you have the <stdlib.h> header file. */
50 #define HAVE_STDLIB_H 1
52 /* Define to 1 if you have the <strings.h> header file. */
53 #define HAVE_STRINGS_H 1
55 /* Define to 1 if you have the <string.h> header file. */
56 #define HAVE_STRING_H 1
58 /* Define to 1 if you have the `strlcpy' function. */
59 /* #undef HAVE_STRLCPY */
61 /* Define to 1 if you have the <sys/stat.h> header file. */
62 #define HAVE_SYS_STAT_H 1
64 /* Define to 1 if you have the <sys/time.h> header file. */
65 /* #undef HAVE_SYS_TIME_H */
67 /* Define to 1 if you have the <sys/types.h> header file. */
68 #define HAVE_SYS_TYPES_H 1
70 /* Define to 1 if you have the <sys/wait.h> header file. */
71 /* #undef HAVE_SYS_WAIT_H */
73 /* Define to 1 if you have the <unistd.h> header file. */
74 /* #undef HAVE_UNISTD_H */
76 /* Name of package */
77 #define PACKAGE "eglib"
79 /* Define to the address where bug reports for this package should be sent. */
80 #define PACKAGE_BUGREPORT ""
82 /* Define to the full name of this package. */
83 #define PACKAGE_NAME ""
85 /* Define to the full name and version of this package. */
86 #define PACKAGE_STRING ""
88 /* Define to the one symbol short name of this package. */
89 #define PACKAGE_TARNAME ""
91 /* Define to the version of this package. */
92 #define PACKAGE_VERSION ""
94 /* The size of a `int', as computed by sizeof. */
95 #define SIZEOF_INT 4
97 /* The size of a `void *', as computed by sizeof. */
98 #define SIZEOF_VOID_P 4
100 /* Define to 1 if you have the ANSI C header files. */
101 #define STDC_HEADERS 1
103 /* Version number of package */
104 #define VERSION "0.1"
106 #define HAVE_STRTOK_R 1
107 #endif