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