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