]> Pileus Git - ~andy/gtk/blob - config.h.win32.in
Require XInput2.h in X11 backend
[~andy/gtk] / config.h.win32.in
1 /* config.h.win32.in. Merged from two versions generated by configure for gcc and MSVC.  */
2 /* config.h.  Generated from config.h.in by configure.  */
3 /* config.h.in.  Generated from configure.in by autoheader.  */
4
5 /* always defined to indicate that i18n is enabled */
6 #define ENABLE_NLS 1
7
8 /* define to enable packagekit */
9 /* #undef ENABLE_PACKAGEKIT */
10
11 /* The prefix for our gettext translation domains. */
12 #define GETTEXT_PACKAGE "@GETTEXT_PACKAGE@"
13
14 /* Define if debugging is enabled */
15 #define GTK_COMPILED_WITH_DEBUGGING "yes"
16
17 /* Define the location where the catalogs will be installed */
18 #define GTK_LOCALEDIR "NONE/share/locale"
19
20 /* Define to 1 if you have the `bind_textdomain_codeset' function. */
21 #define HAVE_BIND_TEXTDOMAIN_CODESET 1
22
23 /* define if we have colord */
24 /* #undef HAVE_COLORD */
25
26 /* Define to 1 if you have the <crt_externs.h> header file. */
27 /* #undef HAVE_CRT_EXTERNS_H */
28
29 /* Define to 1 if CUPS 1.2 API is available */
30 /* #undef HAVE_CUPS_API_1_2 */
31
32 /* Define to 1 if you have the `dcgettext' function. */
33 #define HAVE_DCGETTEXT 1
34
35 /* Define to 1 if you have the <dlfcn.h> header file. */
36 /* #undef HAVE_DLFCN_H */
37
38 /* Define to 1 if you have the `flockfile' function. */
39 /* #undef HAVE_FLOCKFILE */
40
41 /* Define to 1 if you have the <ftw.h> header file. */
42 /* #undef HAVE_FTW_H */
43
44 /* Define to 1 if you have the `getc_unlocked' function. */
45 /* #undef HAVE_GETC_UNLOCKED */
46
47 /* Define to 1 if you have the `getpagesize' function. */
48 #ifndef _MSC_VER
49 #define HAVE_GETPAGESIZE 1
50 #else
51 /* #undef HAVE_GETPAGESIZE */
52 #endif
53
54 /* Define to 1 if you have the `getresuid' function. */
55 /* #undef HAVE_GETRESUID */
56
57 /* Define if the GNU gettext() function is already present or preinstalled. */
58 #define HAVE_GETTEXT 1
59
60 /* Have GNU ftw */
61 /* #undef HAVE_GNU_FTW */
62
63 /* Define to 1 if you have the `httpGetAuthString' function. */
64 /* #undef HAVE_HTTPGETAUTHSTRING */
65
66 /* Define if cups http_t authstring field is accessible */
67 /* #undef HAVE_HTTP_AUTHSTRING */
68
69 /* Define to 1 if you have the <inttypes.h> header file. */
70 #ifndef _MSC_VER
71 #define HAVE_INTTYPES_H 1
72 #else
73 /* #undef HAVE_INTTYPES_H */
74 #endif
75
76 /* Define to 1 if the system has the type `IPrintDialogCallback'. */
77 #define HAVE_IPRINTDIALOGCALLBACK 1
78
79 /* Define if your <locale.h> file defines LC_MESSAGES. */
80 /* #undef HAVE_LC_MESSAGES */
81
82 /* Define to 1 if you have the <locale.h> header file. */
83 #define HAVE_LOCALE_H 1
84
85 /* Define to 1 if you have the `localtime_r' function. */
86 /* #undef HAVE_LOCALTIME_R */
87
88 /* Define to 1 if you have the `lstat' function. */
89 /* #undef HAVE_LSTAT */
90
91 /* Define to 1 if you have the `mallinfo' function. */
92 /* #undef HAVE_MALLINFO */
93
94 /* Define to 1 if you have the <memory.h> header file. */
95 #define HAVE_MEMORY_H 1
96
97 /* Define to 1 if you have the `mkstemp' function. */
98 /* #undef HAVE_MKSTEMP */
99
100 /* Define to 1 if you have a working `mmap' system call. */
101 /* #undef HAVE_MMAP */
102
103 /* Define to 1 if nearbyint() is available */
104 #ifndef _MSC_VER
105 #define HAVE_NEARBYINT 1
106 #endif
107
108 /* Define to 1 if libpapi available */
109 /* #undef HAVE_PAPI */
110
111 /* Define to 1 if you have the <pwd.h> header file. */
112 /* #undef HAVE_PWD_H */
113
114 /* Have the Xrandr extension library */
115 /* #undef HAVE_RANDR */
116
117 /* Define to 1 if rint() is available */
118 #ifndef _MSC_VER
119 #define HAVE_RINT 1
120 #endif
121
122 /* Define to 1 if round() is available */
123 #ifndef _MSC_VER
124 #define HAVE_ROUND 1
125 #endif
126
127 /* Have the sockaddr_un.sun_len member */
128 /* #undef HAVE_SOCKADDR_UN_SUN_LEN */
129
130 /* Define to 1 if solaris xinerama is available */
131 /* #undef HAVE_SOLARIS_XINERAMA */
132
133 /* Define to 1 if you have the <stdint.h> header file. */
134 #ifndef _MSC_VER
135 #define HAVE_STDINT_H 1
136 #else
137 #if (_MSC_VER >= 1600) /* VS 2010+ ships with stdint.h */
138 #define HAVE_STDINT_H 1
139 #endif
140 /* #undef HAVE_STDINT_H */
141 #endif
142
143 /* Define to 1 if you have the <stdlib.h> header file. */
144 #define HAVE_STDLIB_H 1
145
146 /* Define to 1 if you have the <strings.h> header file. */
147 #ifndef _MSC_VER
148 #define HAVE_STRINGS_H 1
149 #endif
150
151 /* Define to 1 if you have the <string.h> header file. */
152 #define HAVE_STRING_H 1
153
154 /* Define to 1 if you have the <sys/param.h> header file. */
155 /* #undef HAVE_SYS_PARAM_H */
156
157 /* Define to 1 if you have the <sys/stat.h> header file. */
158 #define HAVE_SYS_STAT_H 1
159
160 /* Define to 1 if sys/sysinfo.h is available */
161 /* #undef HAVE_SYS_SYSINFO_H */
162
163 /* Define to 1 if sys/systeminfo.h is available */
164 /* #undef HAVE_SYS_SYSTEMINFO_H */
165
166 /* Define to 1 if you have the <sys/time.h> header file. */
167 #ifndef _MSC_VER
168 #define HAVE_SYS_TIME_H 1
169 #else /* _MSC_VER */
170 /* #undef HAVE_SYS_TIME_H */
171 #endif
172
173 /* Define to 1 if you have the <sys/types.h> header file. */
174 #define HAVE_SYS_TYPES_H 1
175
176 /* Define to 1 if you have the <unistd.h> header file. */
177 #ifndef _MSC_VER
178 #define HAVE_UNISTD_H 1
179 #else
180 /* #undef HAVE_UNISTD_H */
181 #endif
182
183 /* Have uxtheme.h include file */
184 #define HAVE_UXTHEME_H 1
185
186 /* Define if we have X11R6 */
187 /* #undef HAVE_X11R6 */
188
189 /* Have the XCOMPOSITE X extension */
190 /* #undef HAVE_XCOMPOSITE */
191
192 /* Define to 1 if you have the `XConvertCase' function. */
193 /* #undef HAVE_XCONVERTCASE */
194
195 /* Have the Xcursor library */
196 /* #undef HAVE_XCURSOR */
197
198 /* Have the XDAMAGE X extension */
199 /* #undef HAVE_XDAMAGE */
200
201 /* Have the XFIXES X extension */
202 /* #undef HAVE_XFIXES */
203
204 /* Define to 1 if XFree Xinerama is available */
205 /* #undef HAVE_XFREE_XINERAMA */
206
207 /* Have XGenericEvent */
208 /* #undef HAVE_XGENERICEVENTS */
209
210 /* Define to 1 if xinerama is available */
211 /* #undef HAVE_XINERAMA */
212
213 /* Define to 1 if you have the `XInternAtoms' function. */
214 /* #undef HAVE_XINTERNATOMS */
215
216 /* Define to use XKB extension */
217 /* #undef HAVE_XKB */
218
219 /* Have the SYNC extension library */
220 /* #undef HAVE_XSYNC */
221
222 /* Define if _NL_MEASUREMENT_MEASUREMENT is available */
223 /* #undef HAVE__NL_MEASUREMENT_MEASUREMENT */
224
225 /* Define if _NL_PAPER_HEIGHT is available */
226 /* #undef HAVE__NL_PAPER_HEIGHT */
227
228 /* Define if _NL_PAPER_WIDTH is available */
229 /* #undef HAVE__NL_PAPER_WIDTH */
230
231 /* Define if _NL_TIME_FIRST_WEEKDAY is available */
232 /* #undef HAVE__NL_TIME_FIRST_WEEKDAY */
233
234 /* Define to 1 if you have the `_NSGetEnviron' function. */
235 /* #undef HAVE__NSGETENVIRON */
236
237 /* Define to the sub-directory in which libtool stores uninstalled libraries.
238    */
239 #define LT_OBJDIR ".libs/"
240
241 /* Define if <X11/extensions/XIproto.h> needed for xReply */
242 /* #undef NEED_XIPROTO_H_FOR_XREPLY */
243
244 /* Define to 1 if your C compiler doesn't accept -c and -o together. */
245 #ifndef _MSC_VER
246 /* #undef NO_MINUS_C_MINUS_O */
247 #else 
248 #define NO_MINUS_C_MINUS_O 1
249 #endif
250
251 /* Define to the address where bug reports for this package should be sent. */
252 #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=gtk%2B"
253
254 /* Define to the full name of this package. */
255 #define PACKAGE_NAME "gtk+"
256
257 /* Define to the full name and version of this package. */
258 #define PACKAGE_STRING "gtk+ @GTK_MAJOR_VERSION@.@GTK_MINOR_VERSION@.@GTK_MICRO_VERSION@"
259
260 /* Define to the one symbol short name of this package. */
261 #define PACKAGE_TARNAME "gtk+"
262
263 /* Define to the home page for this package. */
264 #define PACKAGE_URL ""
265
266 /* Define to the version of this package. */
267 #define PACKAGE_VERSION "@GTK_MAJOR_VERSION@.@GTK_MINOR_VERSION@.@GTK_MICRO_VERSION@"
268
269 /* Use NSBundle functions to determine load paths for libraries, translations,
270    etc. */
271 /* #undef QUARTZ_RELOCATION */
272
273 /* Define to 1 if you have the ANSI C header files. */
274 #define STDC_HEADERS 1
275
276 /* Define to 1 if gmodule works and should be used */
277 #define USE_GMODULE 1
278
279 /* Define to 1 if XInput 2.0 is available */
280 /* #undef XINPUT_2 */
281
282 /* Define to 1 if the X Window System is missing or not being used. */
283 /* #undef X_DISPLAY_MISSING */
284
285 /* Number of bits in a file offset, on hosts where this is settable. */
286 /* #undef _FILE_OFFSET_BITS */
287
288 /* Define for large files, on AIX-style hosts. */
289 /* #undef _LARGE_FILES */
290
291 /* Define to `int' if <sys/types.h> doesn't define. */
292 #define gid_t int
293
294 /* Define to `int' if <sys/types.h> doesn't define. */
295 #define uid_t int