Add powerbox hook
[gtk-with-powerbox.git] / config.h.win32.in
blob4b0bb0f40119c91d37d528a0533a6bc20190637a
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.  */
5 /* always defined to indicate that i18n is enabled */
6 #define ENABLE_NLS 1
8 /* The prefix for our gettext translation domains. */
9 #define GETTEXT_PACKAGE "@GETTEXT_PACKAGE@"
11 /* Define if debugging is enabled */
12 #define GTK_COMPILED_WITH_DEBUGGING "yes"
14 /* Define the location where the catalogs will be installed */
15 #define GTK_LOCALEDIR "c:/devel/target/HEAD/share/locale"
17 /* Define to 1 if you have the `bind_textdomain_codeset' function. */
18 #define HAVE_BIND_TEXTDOMAIN_CODESET 1
20 /* Is the wctype implementation broken */
21 /* #undef HAVE_BROKEN_WCTYPE */
23 /* Define to 1 if you have the <crt_externs.h> header file. */
24 /* #undef HAVE_CRT_EXTERNS_H */
26 /* Define to 1 if CUPS 1.2 API is available */
27 /* #undef HAVE_CUPS_API_1_2 */
29 /* Define to 1 if you have the `dcgettext' function. */
30 #define HAVE_DCGETTEXT 1
32 /* Define to 1 if you have the <dlfcn.h> header file. */
33 /* #undef HAVE_DLFCN_H */
35 /* Define to 1 if you have the `flockfile' function. */
36 /* #undef HAVE_FLOCKFILE */
38 /* Define to 1 if you have the <ftw.h> header file. */
39 /* #undef HAVE_FTW_H */
41 /* Define to 1 if you have the `getc_unlocked' function. */
42 /* #undef HAVE_GETC_UNLOCKED */
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
51 /* Define to 1 if you have the `getresuid' function. */
52 /* #undef HAVE_GETRESUID */
54 /* Define if the GNU gettext() function is already present or preinstalled. */
55 #define HAVE_GETTEXT 1
57 /* Have GNU ftw */
58 /* #undef HAVE_GNU_FTW */
60 /* Define to 1 if you have the `httpGetAuthString' function. */
61 /* #undef HAVE_HTTPGETAUTHSTRING */
63 /* Define if cups http_t authstring field is accessible */
64 /* #undef HAVE_HTTP_AUTHSTRING */
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
73 /* Define to 1 if ipc.h is available */
74 /* #undef HAVE_IPC_H */
76 /* Define if your <locale.h> file defines LC_MESSAGES. */
77 /* #undef HAVE_LC_MESSAGES */
79 /* Define to 1 if you have the <locale.h> header file. */
80 #define HAVE_LOCALE_H 1
82 /* Define to 1 if you have the `localtime_r' function. */
83 /* #undef HAVE_LOCALTIME_R */
85 /* Define to 1 if you have the `lstat' function. */
86 /* #undef HAVE_LSTAT */
88 /* Define to 1 if you have the `mallinfo' function. */
89 /* #undef HAVE_MALLINFO */
91 /* Define to 1 if you have the <memory.h> header file. */
92 #define HAVE_MEMORY_H 1
94 /* Define to 1 if you have the `mkstemp' function. */
95 /* #undef HAVE_MKSTEMP */
97 /* Define to 1 if you have a working `mmap' system call. */
98 /* #undef HAVE_MMAP */
100 /* Define to 1 is libjpeg supports progressive JPEG */
101 /* #undef HAVE_PROGRESSIVE_JPEG */
103 /* Define to 1 if you have the <pwd.h> header file. */
104 /* #undef HAVE_PWD_H */
106 /* Have the Xrandr extension library */
107 /* #undef HAVE_RANDR */
109 /* Define to 1 if the XShape extension is available */
110 /* #undef HAVE_SHAPE_EXT */
112 /* Define to 1 if shm.h is available */
113 /* #undef HAVE_SHM_H */
115 /* Define to 1 if sigsetjmp is available */
116 /* #undef HAVE_SIGSETJMP */
118 /* Have the sockaddr_un.sun_len member */
119 /* #undef HAVE_SOCKADDR_UN_SUN_LEN */
121 /* Define to 1 if solaris xinerama is available */
122 /* #undef HAVE_SOLARIS_XINERAMA */
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
131 /* Define to 1 if you have the <stdlib.h> header file. */
132 #define HAVE_STDLIB_H 1
134 /* Define to 1 if you have the <strings.h> header file. */
135 #define HAVE_STRINGS_H 1
137 /* Define to 1 if you have the <string.h> header file. */
138 #define HAVE_STRING_H 1
140 /* Define to 1 if sys/select.h is available */
141 /* #undef HAVE_SYS_SELECT_H */
143 /* Define to 1 if you have the <sys/stat.h> header file. */
144 #define HAVE_SYS_STAT_H 1
146 /* Define to 1 if sys/sysinfo.h is available */
147 /* #undef HAVE_SYS_SYSINFO_H */
149 /* Define to 1 if sys/systeminfo.h is available */
150 /* #undef HAVE_SYS_SYSTEMINFO_H */
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
159 /* Define to 1 if you have the <sys/types.h> header file. */
160 #define HAVE_SYS_TYPES_H 1
162 /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
163 /* #undef HAVE_SYS_WAIT_H */
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
172 /* Have uxtheme.h include file */
173 #define HAVE_UXTHEME_H 1
175 /* Have wchar.h include file */
176 #define HAVE_WCHAR_H 1
178 /* Have wctype.h include file */
179 #define HAVE_WCTYPE_H 1
181 /* Define if we have X11R6 */
182 /* #undef HAVE_X11R6 */
184 /* Have the XCOMPOSITE X extension */
185 /* #undef HAVE_XCOMPOSITE */
187 /* Define to 1 if you have the `XConvertCase' function. */
188 /* #undef HAVE_XCONVERTCASE */
190 /* Have the Xcursor library */
191 /* #undef HAVE_XCURSOR */
193 /* Have the XDAMAGE X extension */
194 /* #undef HAVE_XDAMAGE */
196 /* Have the XFIXES X extension */
197 /* #undef HAVE_XFIXES */
199 /* Define to 1 if XFree Xinerama is available */
200 /* #undef HAVE_XFREE_XINERAMA */
202 /* Define to 1 is Xinerama is available */
203 /* #undef HAVE_XINERAMA */
205 /* Define to 1 if you have the `XInternAtoms' function. */
206 /* #undef HAVE_XINTERNATOMS */
208 /* Define to use XKB extension */
209 /* #undef HAVE_XKB */
211 /* Define to 1 if xshm.h is available */
212 /* #undef HAVE_XSHM_H */
214 /* Have the SYNC extension library */
215 /* #undef HAVE_XSYNC */
217 /* Define if _NL_MEASUREMENT_MEASUREMENT is available */
218 /* #undef HAVE__NL_MEASUREMENT_MEASUREMENT */
220 /* Define if _NL_PAPER_HEIGHT is available */
221 /* #undef HAVE__NL_PAPER_HEIGHT */
223 /* Define if _NL_PAPER_WIDTH is available */
224 /* #undef HAVE__NL_PAPER_WIDTH */
226 /* Define if _NL_TIME_FIRST_WEEKDAY is available */
227 /* #undef HAVE__NL_TIME_FIRST_WEEKDAY */
229 /* Define to 1 if you have the `_NSGetEnviron' function. */
230 /* #undef HAVE__NSGETENVIRON */
232 /* Define if <X11/extensions/XIproto.h> needed for xReply */
233 /* #undef NEED_XIPROTO_H_FOR_XREPLY */
235 /* Define to 1 if fd_set is not available */
236 #define NO_FD_SET 1
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"
241 /* Define to the full name of this package. */
242 #define PACKAGE_NAME "gtk+"
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@"
247 /* Define to the one symbol short name of this package. */
248 #define PACKAGE_TARNAME "gtk+"
250 /* Define to the version of this package. */
251 #define PACKAGE_VERSION "@GTK_MAJOR_VERSION@.@GTK_MINOR_VERSION@.@GTK_MICRO_VERSION@"
253 /* Define as the return type of signal handlers (`int' or `void'). */
254 #define RETSIGTYPE void
256 /* Define to 1 if you have the ANSI C header files. */
257 #define STDC_HEADERS 1
259 /* Define to 1 if gmodule works and should be used */
260 #define USE_GMODULE 1
262 /* Whether to load modules via .la files rather than directly */
263 /* #undef USE_LA_MODULES */
265 /* Define to 1 if medialib is available and should be used */
266 /* #undef USE_MEDIALIB */
268 /* Define to 1 if medialib 2.5 is available */
269 /* #undef USE_MEDIALIB25 */
271 /* Define to 1 if XXM is available and should be used */
272 #define USE_MMX 1
274 /* Define to 1 if no XInput should be used */
275 /* #undef XINPUT_NONE */
277 /* Define to 1 if XFree XInput should be used */
278 /* #undef XINPUT_XFREE */
280 /* Define to 1 if the X Window System is missing or not being used. */
281 /* #undef X_DISPLAY_MISSING */
283 /* Number of bits in a file offset, on hosts where this is settable. */
284 /* #undef _FILE_OFFSET_BITS */
286 /* Define for large files, on AIX-style hosts. */
287 /* #undef _LARGE_FILES */
289 /* Define to empty if `const' does not conform to ANSI C. */
290 /* #undef const */
292 /* Define to `int' if <sys/types.h> doesn't define. */
293 #define gid_t int
295 /* Define to `int' if <sys/types.h> doesn't define. */
296 #define uid_t int