]> Pileus Git - ~andy/gtk/blob - config.h.win32.in
Sync with what configure produces.
[~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.in.  Generated from configure.in by autoheader.  */
3 /* acconfig.h
4    This file is in the public domain.
5
6    Descriptive text for the C preprocessor macros that
7    the distributed Autoconf macros can define.
8    No software package will use all of them; autoheader copies the ones
9    your configure.in uses into your configuration header file templates.
10
11    The entries are in sort -df order: alphabetical, case insensitive,
12    ignoring punctuation (such as underscores).  Although this order
13    can split up related entries, it makes it easier to check whether
14    a given entry is in the file.
15
16    Leave the following blank line there!!  Autoheader needs it.  */
17 \f
18
19 /* Other stuff */
20 #define ENABLE_NLS 1
21 #define GTK_COMPILED_WITH_DEBUGGING "yes"
22
23 /* #undef HAVE_CATGETS */
24 /* #undef HAVE_DIMM_H */
25 #define HAVE_GETTEXT 1
26 /* #undef HAVE_IPC_H */
27 /* #undef HAVE_LC_MESSAGES */
28 #define HAVE_PROGRESSIVE_JPEG 1
29 /* #undef HAVE_PWD_H */
30 /* #undef HAVE_SHM_H */
31 /* #undef HAVE_STPCPY */
32 /* #undef HAVE_XSHM_H */
33 /* #undef HAVE_SHAPE_EXT */
34 /* #undef HAVE_SOLARIS_XINERAMA */
35 /* #undef HAVE_SYS_SELECT_H */
36 #ifndef _MSC_VER
37 #define HAVE_SYS_TIME_H 1
38 #else /* _MSC_VER */
39 /* #undef HAVE_SYS_TIME_H */
40 #endif /* _MSC_VER */
41 /* #undef HAVE_XFREE_XINERAMA */
42 /* #undef HAVE_XINERAMA */
43 #define HAVE_WINTAB 1
44 /* #undef HAVE_XCONVERTCASE */
45 /* #undef HAVE_XFT */
46
47 /* #undef HAVE_SIGSETJMP */
48
49 #define NO_FD_SET 1
50
51 /* #undef RESOURCE_BASE */
52
53 #ifndef _MSC_VER
54 #define USE_GMODULE 1
55 #define USE_MMX 1
56 #endif
57
58 /* Define to use XKB extension */
59 /* #undef HAVE_XKB */
60
61 /* Define to use shadowfb in the linux-fb port */
62 /* #undef ENABLE_SHADOW_FB */
63
64 /* Define to use a fb manager in the linux-fb port */
65 /* #undef ENABLE_FB_MANAGER */
66
67 /* #undef XINPUT_NONE */
68 /* #undef XINPUT_GXI */
69 /* #undef XINPUT_XFREE */
70
71 /* Define as the return type of signal handlers (int or void).  */
72 #define RETSIGTYPE void
73
74 /* Most machines will be happy with int or void.  IRIX requires '...' */
75 /* #undef SIGNAL_ARG_TYPE */
76
77 #define GETTEXT_PACKAGE "@GETTEXT_PACKAGE@"
78
79 /* #undef PACKAGE */
80 /* #undef VERSION */
81
82 \f
83 /* Leave that blank line there!!  Autoheader needs it.
84    If you're adding to this file, keep in mind:
85    The entries are in sort -df order: alphabetical, case insensitive,
86    ignoring punctuation (such as underscores).  */
87
88 /* always defined to indicate that i18n is enabled */
89 #define ENABLE_NLS 1
90
91 /* Define the location where the catalogs will be installed */
92 #define GTK_LOCALEDIR "UNUSED"
93
94 /* Define to 1 if you have the `bind_textdomain_codeset' function. */
95 #define HAVE_BIND_TEXTDOMAIN_CODESET 1
96
97 /* Is the wctype implementation broken */
98 /* #undef HAVE_BROKEN_WCTYPE */
99
100 /* Define to 1 if you have the `dcgettext' function. */
101 #define HAVE_DCGETTEXT 1
102
103 /* Define to 1 if you have the <dlfcn.h> header file. */
104 /* #undef HAVE_DLFCN_H */
105
106 /* Define to 1 if you have the `flockfile' function. */
107 /* #undef HAVE_FLOCKFILE */
108
109 /* Define to 1 if you have the `getpagesize' function. */
110 #ifndef _MSC_VER
111 #define HAVE_GETPAGESIZE 1
112 #else /* _MSC_VER */
113 /* #undef HAVE_GETPAGESIZE */
114 #endif /* _MSC_VER */
115
116 /* Define to 1 if you have the `getresuid' function. */
117 /* #undef HAVE_GETRESUID */
118
119 /* Define if the GNU gettext() function is already present or preinstalled. */
120 #define HAVE_GETTEXT 1
121
122 /* Define to 1 if you have the <inttypes.h> header file. */
123 #ifndef _MSC_VER
124 #define HAVE_INTTYPES_H 1
125 #else /* _MSC_VER */
126 /* #undef HAVE_INTTYPES_H */
127 #endif /* _MSC_VER */
128
129 /* Define if your <locale.h> file defines LC_MESSAGES. */
130 /* #undef HAVE_LC_MESSAGES */
131
132 /* Define to 1 if you have the <locale.h> header file. */
133 #define HAVE_LOCALE_H 1
134
135 /* Define to 1 if you have the `lstat' function. */
136 /* #undef HAVE_LSTAT */
137
138 /* Define to 1 if you have the `mallinfo' function. */
139 /* #undef HAVE_MALLINFO */
140
141 /* Define to 1 if you have the <memory.h> header file. */
142 #define HAVE_MEMORY_H 1
143
144 /* Define to 1 if you have the `mkstemp' function. */
145 /* #undef HAVE_MKSTEMP */
146
147 /* Define to 1 if you have a working `mmap' system call. */
148 /* #undef HAVE_MMAP */
149
150 /* Define to 1 if you have the <pwd.h> header file. */
151 /* #undef HAVE_PWD_H */
152
153 /* Have the Xrandr extension library */
154 /* #undef HAVE_RANDR */
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 /* _MSC_VER */
160 /* #undef HAVE_STDINT_H */
161 #endif /* _MSC_VER */
162
163 /* Define to 1 if you have the <stdlib.h> header file. */
164 #define HAVE_STDLIB_H 1
165
166 /* Define to 1 if you have the <strings.h> header file. */
167 /* #undef HAVE_STRINGS_H */
168
169 /* Define to 1 if you have the <string.h> header file. */
170 #define HAVE_STRING_H 1
171
172 /* Define to 1 if you have the <sys/stat.h> header file. */
173 #define HAVE_SYS_STAT_H 1
174
175 /* Define to 1 if you have the <sys/time.h> header file. */
176 #ifndef _MSC_VER
177 #define HAVE_SYS_TIME_H 1
178 #else /* _MSC_VER */
179 /* #undef HAVE_SYS_TIME_H */
180 #endif /* _MSC_VER */
181
182 /* Define to 1 if you have the <sys/types.h> header file. */
183 #define HAVE_SYS_TYPES_H 1
184
185 /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
186 /* #undef HAVE_SYS_WAIT_H */
187
188 /* Define to 1 if you have the <unistd.h> header file. */
189 #ifndef _MSC_VER
190 #define HAVE_UNISTD_H 1
191 #else /* _MSC_VER */
192 /* #undef HAVE_UNISTD_H */
193 #endif /* _MSC_VER */
194
195 /* Have uxtheme.h include file */
196 #define HAVE_UXTHEME_H 1
197
198 /* Have wchar.h include file */
199 #define HAVE_WCHAR_H 1
200
201 /* Have wctype.h include file */
202 #define HAVE_WCTYPE_H 1
203
204 /* Define if we have X11R6 */
205 /* #undef HAVE_X11R6 */
206
207 /* Define to 1 if you have the `XConvertCase' function. */
208 /* #undef HAVE_XCONVERTCASE */
209
210 /* Have the Xcursor library */
211 /* #undef HAVE_XCURSOR */
212
213 /* Have the XFIXES X extension */
214 /* #undef HAVE_XFIXES */
215
216 /* Define to 1 if you have the `XInternAtoms' function. */
217 /* #undef HAVE_XINTERNATOMS */
218
219 /* Have the SYNC extension library */
220 /* #undef HAVE_XSYNC */
221
222 /* Define if _NL_TIME_FIRST_WEEKDAY is available */
223 /* #undef HAVE__NL_TIME_FIRST_WEEKDAY */
224
225 /* Define if <X11/extensions/XIproto.h> needed for xReply */
226 /* #undef NEED_XIPROTO_H_FOR_XREPLY */
227
228 /* Define to the address where bug reports for this package should be sent. */
229 #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=gtk%2B"
230
231 /* Define to the full name of this package. */
232 #define PACKAGE_NAME "gtk+"
233
234 /* Define to the full name and version of this package. */
235 #define PACKAGE_STRING "gtk+ 2.9.0"
236
237 /* Define to the one symbol short name of this package. */
238 #define PACKAGE_TARNAME "gtk+"
239
240 /* Define to the version of this package. */
241 #define PACKAGE_VERSION "@GTK_MAJOR_VERSION@.@GTK_MINOR_VERSION@.@GTK_MICRO_VERSION@"
242
243 /* Define as the return type of signal handlers (`int' or `void'). */
244 #define RETSIGTYPE void
245
246 /* Define to 1 if you have the ANSI C header files. */
247 #define STDC_HEADERS 1
248
249 /* Whether to load modules via .la files rather than directly */
250 /* #undef USE_LA_MODULES */
251
252 /* Define to 1 if the X Window System is missing or not being used. */
253 /* #undef X_DISPLAY_MISSING */
254
255 /* Number of bits in a file offset, on hosts where this is settable. */
256 /* #undef _FILE_OFFSET_BITS */
257
258 /* Define for large files, on AIX-style hosts. */
259 /* #undef _LARGE_FILES */
260
261 /* Define to empty if `const' does not conform to ANSI C. */
262 /* #undef const */
263
264 /* Define to `int' if <sys/types.h> doesn't define. */
265 #define gid_t int
266
267 /* Define to `int' if <sys/types.h> doesn't define. */
268 #define uid_t int