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
/* The prefix for our gettext translation domains. */
9
#define GETTEXT_PACKAGE "@GETTEXT_PACKAGE@"
10
11
/* Define if debugging is enabled */
12
#define GTK_COMPILED_WITH_DEBUGGING "yes"
13
14
/* Define the location where the catalogs will be installed */
15
#define GTK_LOCALEDIR "c:/devel/target/HEAD/share/locale"
16
17
/* Define to 1 if you have the `bind_textdomain_codeset' function. */
18
#define HAVE_BIND_TEXTDOMAIN_CODESET 1
19
20
/* Is the wctype implementation broken */
21
/* #undef HAVE_BROKEN_WCTYPE */
22
23
/* Define to 1 if you have the <crt_externs.h> header file. */
24
/* #undef HAVE_CRT_EXTERNS_H */
25
26
/* Define to 1 if CUPS 1.2 API is available */
27
/* #undef HAVE_CUPS_API_1_2 */
28
29
/* Define to 1 if you have the `dcgettext' function. */
30
#define HAVE_DCGETTEXT 1
31
32
/* Define to 1 if you have the <dlfcn.h> header file. */
33
/* #undef HAVE_DLFCN_H */
34
35
/* Define to 1 if you have the `flockfile' function. */
36
/* #undef HAVE_FLOCKFILE */
37
38
/* Define to 1 if you have the <ftw.h> header file. */
39
/* #undef HAVE_FTW_H */
40
41
/* Define to 1 if you have the `getc_unlocked' function. */
42
/* #undef HAVE_GETC_UNLOCKED */
43
44
/* Define to 1 if you have the `getpagesize' function. */
45
#ifndef _MSC_VER
46
#define HAVE_GETPAGESIZE 1
47
#else
48
/* #undef HAVE_GETPAGESIZE */
49
#endif
50
51
/* Define to 1 if you have the `getresuid' function. */
52
/* #undef HAVE_GETRESUID */
53
54
/* Define if the GNU gettext() function is already present or preinstalled. */
55
#define HAVE_GETTEXT 1
56
57
/* Have GNU ftw */
58
/* #undef HAVE_GNU_FTW */
59
60
/* Define to 1 if you have the `httpGetAuthString' function. */
61
/* #undef HAVE_HTTPGETAUTHSTRING */
62
63
/* Define if cups http_t authstring field is accessible */
64
/* #undef HAVE_HTTP_AUTHSTRING */
65
66
/* Define to 1 if you have the <inttypes.h> header file. */
67
#ifndef _MSC_VER
68
#define HAVE_INTTYPES_H 1
69
#else
70
/* #undef HAVE_INTTYPES_H */
71
#endif
72
73
/* Define to 1 if ipc.h is available */
74
/* #undef HAVE_IPC_H */
75
76
/* Define if your <locale.h> file defines LC_MESSAGES. */
77
/* #undef HAVE_LC_MESSAGES */
78
79
/* Define to 1 if you have the <locale.h> header file. */
80
#define HAVE_LOCALE_H 1
81
82
/* Define to 1 if you have the `localtime_r' function. */
83
/* #undef HAVE_LOCALTIME_R */
84
85
/* Define to 1 if you have the `lstat' function. */
86
/* #undef HAVE_LSTAT */
87
88
/* Define to 1 if you have the `mallinfo' function. */
89
/* #undef HAVE_MALLINFO */
90
91
/* Define to 1 if you have the <memory.h> header file. */
92
#define HAVE_MEMORY_H 1
93
94
/* Define to 1 if you have the `mkstemp' function. */
95
/* #undef HAVE_MKSTEMP */
96
97
/* Define to 1 if you have a working `mmap' system call. */
98
/* #undef HAVE_MMAP */
99
100
/* Define to 1 is libjpeg supports progressive JPEG */
101
/* #undef HAVE_PROGRESSIVE_JPEG */
102
103
/* Define to 1 if you have the <pwd.h> header file. */
104
/* #undef HAVE_PWD_H */
105
106
/* Have the Xrandr extension library */
107
/* #undef HAVE_RANDR */
108
109
/* Define to 1 if the XShape extension is available */
110
/* #undef HAVE_SHAPE_EXT */
111
112
/* Define to 1 if shm.h is available */
113
/* #undef HAVE_SHM_H */
114
115
/* Define to 1 if sigsetjmp is available */
116
/* #undef HAVE_SIGSETJMP */
117
118
/* Have the sockaddr_un.sun_len member */
119
/* #undef HAVE_SOCKADDR_UN_SUN_LEN */
120
121
/* Define to 1 if solaris xinerama is available */
122
/* #undef HAVE_SOLARIS_XINERAMA */
123
124
/* Define to 1 if you have the <stdint.h> header file. */
125
#ifndef _MSC_VER
126
#define HAVE_STDINT_H 1
127
#else
128
/* #undef HAVE_STDINT_H */
129
#endif
130
131
/* Define to 1 if you have the <stdlib.h> header file. */
132
#define HAVE_STDLIB_H 1
133
134
/* Define to 1 if you have the <strings.h> header file. */
135
#define HAVE_STRINGS_H 1
136
137
/* Define to 1 if you have the <string.h> header file. */
138
#define HAVE_STRING_H 1
139
140
/* Define to 1 if sys/select.h is available */
141
/* #undef HAVE_SYS_SELECT_H */
142
143
/* Define to 1 if you have the <sys/stat.h> header file. */
144
#define HAVE_SYS_STAT_H 1
145
146
/* Define to 1 if sys/sysinfo.h is available */
147
/* #undef HAVE_SYS_SYSINFO_H */
148
149
/* Define to 1 if sys/systeminfo.h is available */
150
/* #undef HAVE_SYS_SYSTEMINFO_H */
151
152
/* Define to 1 if you have the <sys/time.h> header file. */
153
#ifndef _MSC_VER
154
#define HAVE_SYS_TIME_H 1
155
#else /* _MSC_VER */
156
/* #undef HAVE_SYS_TIME_H */
157
#endif
158
159
/* Define to 1 if you have the <sys/types.h> header file. */
160
#define HAVE_SYS_TYPES_H 1
161
162
/* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
163
/* #undef HAVE_SYS_WAIT_H */
164
165
/* Define to 1 if you have the <unistd.h> header file. */
166
#ifndef _MSC_VER
167
#define HAVE_UNISTD_H 1
168
#else
169
/* #undef HAVE_UNISTD_H */
170
#endif
171
172
/* Have uxtheme.h include file */
173
#define HAVE_UXTHEME_H 1
174
175
/* Have wchar.h include file */
176
#define HAVE_WCHAR_H 1
177
178
/* Have wctype.h include file */
179
#define HAVE_WCTYPE_H 1
180
181
/* Define if we have X11R6 */
182
/* #undef HAVE_X11R6 */
183
184
/* Have the XCOMPOSITE X extension */
185
/* #undef HAVE_XCOMPOSITE */
186
187
/* Define to 1 if you have the `XConvertCase' function. */
188
/* #undef HAVE_XCONVERTCASE */
189
190
/* Have the Xcursor library */
191
/* #undef HAVE_XCURSOR */
192
193
/* Have the XDAMAGE X extension */
194
/* #undef HAVE_XDAMAGE */
195
196
/* Have the XFIXES X extension */
197
/* #undef HAVE_XFIXES */
198
199
/* Define to 1 if XFree Xinerama is available */
200
/* #undef HAVE_XFREE_XINERAMA */
201
202
/* Define to 1 is Xinerama is available */
203
/* #undef HAVE_XINERAMA */
204
205
/* Define to 1 if you have the `XInternAtoms' function. */
206
/* #undef HAVE_XINTERNATOMS */
207
208
/* Define to use XKB extension */
209
/* #undef HAVE_XKB */
210
211
/* Define to 1 if xshm.h is available */
212
/* #undef HAVE_XSHM_H */
213
214
/* Have the SYNC extension library */
215
/* #undef HAVE_XSYNC */
216
217
/* Define if _NL_MEASUREMENT_MEASUREMENT is available */
218
/* #undef HAVE__NL_MEASUREMENT_MEASUREMENT */
219
220
/* Define if _NL_PAPER_HEIGHT is available */
221
/* #undef HAVE__NL_PAPER_HEIGHT */
222
223
/* Define if _NL_PAPER_WIDTH is available */
224
/* #undef HAVE__NL_PAPER_WIDTH */
225
226
/* Define if _NL_TIME_FIRST_WEEKDAY is available */
227
/* #undef HAVE__NL_TIME_FIRST_WEEKDAY */
228
229
/* Define to 1 if you have the `_NSGetEnviron' function. */
230
/* #undef HAVE__NSGETENVIRON */
231
232
/* Define if <X11/extensions/XIproto.h> needed for xReply */
233
/* #undef NEED_XIPROTO_H_FOR_XREPLY */
234
235
/* Define to 1 if fd_set is not available */
236
#define NO_FD_SET 1
237
238
/* Define to the address where bug reports for this package should be sent. */
239
#define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=gtk%2B"
240
241
/* Define to the full name of this package. */
242
#define PACKAGE_NAME "gtk+"
243
244
/* Define to the full name and version of this package. */
245
#define PACKAGE_STRING "gtk+ @GTK_MAJOR_VERSION@.@GTK_MINOR_VERSION@.@GTK_MICRO_VERSION@"
246
247
/* Define to the one symbol short name of this package. */
248
#define PACKAGE_TARNAME "gtk+"
249
250
/* Define to the version of this package. */
251
#define PACKAGE_VERSION "@GTK_MAJOR_VERSION@.@GTK_MINOR_VERSION@.@GTK_MICRO_VERSION@"
252
253
/* Define as the return type of signal handlers (`int' or `void'). */
254
#define RETSIGTYPE void
255
256
/* Define to 1 if you have the ANSI C header files. */
257
#define STDC_HEADERS 1
258
259
/* Define to 1 if gmodule works and should be used */
260
#define USE_GMODULE 1
261
262
/* Whether to load modules via .la files rather than directly */
263
/* #undef USE_LA_MODULES */
264
265
/* Define to 1 if medialib is available and should be used */
266
/* #undef USE_MEDIALIB */
267
268
/* Define to 1 if medialib 2.5 is available */
269
/* #undef USE_MEDIALIB25 */
270
271
/* Define to 1 if XXM is available and should be used */
272
#ifndef _MSC_VER
273
#  define USE_MMX 1
274
#else
275
#  undef USE_MMX
276
#endif
277
278
/* Define to 1 if no XInput should be used */
279
/* #undef XINPUT_NONE */
280
281
/* Define to 1 if XFree XInput should be used */
282
/* #undef XINPUT_XFREE */
283
284
/* Define to 1 if the X Window System is missing or not being used. */
285
/* #undef X_DISPLAY_MISSING */
286
287
/* Number of bits in a file offset, on hosts where this is settable. */
288
/* #undef _FILE_OFFSET_BITS */
289
290
/* Define for large files, on AIX-style hosts. */
291
/* #undef _LARGE_FILES */
292
293
/* Define to empty if `const' does not conform to ANSI C. */
294
/* #undef const */
295
296
/* Define to `int' if <sys/types.h> doesn't define. */
297
#define gid_t int
298
299
/* Define to `int' if <sys/types.h> doesn't define. */
300
#define uid_t int