* Sync the recent cmake branch changes.
[reactos.git] / include / host / config.h
1 /* include/config.h. Generated by configure. */
2 /* include/config.h.in. Generated from configure.ac by autoheader. */
3
4 #include "reactos/buildno.h"
5
6 #define __WINE_CONFIG_H
7
8 #define HAVE_SPAWNVP 1
9
10 /* Define to 1 if you have the <float.h> header file. */
11 #define HAVE_FLOAT_H 1
12
13 /* Define to 1 if you have the `getpagesize' function. */
14 #define HAVE_GETPAGESIZE 1
15
16 /* Define to 1 if you have the <inttypes.h> header file. */
17 #define HAVE_INTTYPES_H 1
18
19 /* Define to 1 if the system has the type `long long'. */
20 #define HAVE_LONG_LONG 1
21
22 /* Define to 1 if you have the `memmove' function. */
23 #define HAVE_MEMMOVE 1
24
25 /* Define to 1 if you have the <memory.h> header file. */
26 #define HAVE_MEMORY_H 1
27
28 /* Define to 1 if the system has the type `mode_t'. */
29 #define HAVE_MODE_T 1
30
31 /* Define to 1 if the system has the type `size_t'. */
32 #define HAVE_SIZE_T 1
33
34 /* Define to 1 if you have the `snprintf' function. */
35 #define HAVE_SNPRINTF 1
36
37 /* Define to 1 if the system has the type `ssize_t'. */
38 #define HAVE_SSIZE_T 1
39
40 /* Define to 1 if you have the <stdint.h> header file. */
41 #define HAVE_STDINT_H 1
42
43 /* Define to 1 if you have the <stdlib.h> header file. */
44 #define HAVE_STDLIB_H 1
45
46 /* Define to 1 if you have the `strcasecmp' function. */
47 #if !defined(_WIN32) && !defined(_WIN64)
48 #define HAVE_STRCASECMP 1
49 #endif
50
51 /* Define to 1 if you have the `strerror' function. */
52 #define HAVE_STRERROR 1
53
54 /* Define to 1 if you have the <strings.h> header file. */
55 #define HAVE_STRINGS_H 1
56
57 /* Define to 1 if you have the <string.h> header file. */
58 #define HAVE_STRING_H 1
59
60 /* Define to 1 if you have the `strncasecmp' function. */
61 #if !defined(_WIN32) && !defined(_WIN64)
62 #define HAVE_STRNCASECMP 1
63 #endif
64
65 /* Define to 1 if you have the <tiffio.h> header file. */
66 #define HAVE_TIFFIO_H 1
67
68 /* Define to 1 if you have the <sys/param.h> header file. */
69 #define HAVE_SYS_PARAM_H 1
70
71 /* Define to 1 if you have the <sys/stat.h> header file. */
72 #define HAVE_SYS_STAT_H 1
73
74 /* Define to 1 if you have the <sys/time.h> header file. */
75 #ifndef _MSC_VER
76 #define HAVE_SYS_TIME_H 1
77 #endif
78
79 /* Define to 1 if you have the <sys/types.h> header file. */
80 #define HAVE_SYS_TYPES_H 1
81
82 /* Define if you have the timezone variable */
83 #define HAVE_TIMEZONE 1
84
85 /* Define to 1 if you have the <unistd.h> header file. */
86 #if !defined(_MSC_VER)
87 #define HAVE_UNISTD_H 1
88 #endif
89
90 /* Define to 1 if you have the <utime.h> header file. */
91 #define HAVE_UTIME_H 1
92
93 /* Define if we have va_copy */
94 #define HAVE_VA_COPY 1
95
96 /* Define to 1 if you have the `vsnprintf' function. */
97 #define HAVE_VSNPRINTF 1
98
99 /* Define to 1 if you have the `_snprintf' function. */
100 #define HAVE__SNPRINTF 1
101
102 /* Define to 1 if you have the `_stricmp' function. */
103 #if defined(_WIN32) || defined(_WIN64)
104 #define HAVE__STRICMP 1
105 #endif
106
107 /* Define to 1 if you have the `_strnicmp' function. */
108 #if defined(_WIN32) || defined(_WIN64)
109 #define HAVE__STRNICMP 1
110 #endif
111
112 /* Define to 1 if you have the `_vsnprintf' function. */
113 #define HAVE__VSNPRINTF 1
114
115 /* Define if we have __va_copy */
116 #define HAVE___VA_COPY 1
117
118 /* Define to the address where bug reports for this package should be sent. */
119 #define PACKAGE_BUGREPORT "ros-dev@reactos.org"
120
121 /* Define to the full name of this package. */
122 #define PACKAGE_NAME "ReactOS"
123
124 /* Define to the one symbol short name of this package. */
125 #define PACKAGE_TARNAME "ReactOS"
126
127 /* Define to the version of this package. */
128 #define PACKAGE_VERSION KERNEL_VERSION_STR
129
130 /* Define to the full name and version of this package. */
131 #define PACKAGE_STRING PACKAGE_NAME " " PACKAGE_VERSION
132
133 /* Define to 1 if you have the ANSI C header files. */
134 #define STDC_HEADERS 1
135
136 /* Define to 1 if the X Window System is missing or not being used. */
137 #define X_DISPLAY_MISSING 1
138
139 /* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
140 `char[]'. */
141 #define YYTEXT_POINTER 1
142
143 #if defined(_MSC_VER)
144 #define inline __inline
145 #endif