[msvc] Update csproj files
[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 #ifndef HAVE_WINAPI_FAMILY_SUPPORT
9
10 #define HAVE_WINAPI_FAMILY_SUPPORT
11
12 /* WIN API Family support */
13 #include <winapifamily.h>
14
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
31
32 #endif
33
34 /* Define to 1 if you have the <dlfcn.h> header file. */
35 #define HAVE_DLFCN_H 1
36
37 /* Define to 1 if you have the <inttypes.h> header file. */
38 #define HAVE_INTTYPES_H 1
39
40 /* Define to 1 if you have the <memory.h> header file. */
41 #define HAVE_MEMORY_H 1
42
43 /* Define to 1 if you have the <pwd.h> header file. */
44 /* #undef HAVE_PWD_H 1 */
45
46 /* Define to 1 if you have the <stdint.h> header file. */
47 #define HAVE_STDINT_H 1
48
49 /* Define to 1 if you have the <stdlib.h> header file. */
50 #define HAVE_STDLIB_H 1
51
52 /* Define to 1 if you have the <strings.h> header file. */
53 #define HAVE_STRINGS_H 1
54
55 /* Define to 1 if you have the <string.h> header file. */
56 #define HAVE_STRING_H 1
57
58 /* Define to 1 if you have the `strlcpy' function. */
59 /* #undef HAVE_STRLCPY */
60
61 /* Define to 1 if you have the <sys/stat.h> header file. */
62 #define HAVE_SYS_STAT_H 1
63
64 /* Define to 1 if you have the <sys/time.h> header file. */
65 /* #undef HAVE_SYS_TIME_H */
66
67 /* Define to 1 if you have the <sys/types.h> header file. */
68 #define HAVE_SYS_TYPES_H 1
69
70 /* Define to 1 if you have the <sys/wait.h> header file. */
71 /* #undef HAVE_SYS_WAIT_H */
72
73 /* Define to 1 if you have the <unistd.h> header file. */
74 /* #undef HAVE_UNISTD_H */
75
76 /* Name of package */
77 #define PACKAGE "eglib"
78
79 /* Define to the address where bug reports for this package should be sent. */
80 #define PACKAGE_BUGREPORT ""
81
82 /* Define to the full name of this package. */
83 #define PACKAGE_NAME ""
84
85 /* Define to the full name and version of this package. */
86 #define PACKAGE_STRING ""
87
88 /* Define to the one symbol short name of this package. */
89 #define PACKAGE_TARNAME ""
90
91 /* Define to the version of this package. */
92 #define PACKAGE_VERSION ""
93
94 /* The size of a `int', as computed by sizeof. */
95 #define SIZEOF_INT 4
96
97 /* The size of a `void *', as computed by sizeof. */
98 #define SIZEOF_VOID_P 4
99
100 /* Define to 1 if you have the ANSI C header files. */
101 #define STDC_HEADERS 1
102
103 /* Version number of package */
104 #define VERSION "0.1"
105
106 #define HAVE_STRTOK_R 1
107 #endif