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