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