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