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