Mercurial > pidgin.yaz
annotate config.h.mingw @ 4392:c7c34d92e6a8
[gaim-migrate @ 4658]
it helps if i add the files
committer: Tailor Script <tailor@pidgin.im>
author | Luke Schierer <lschiere@pidgin.im> |
---|---|
date | Wed, 22 Jan 2003 15:49:16 +0000 |
parents | 3e508dd31b76 |
children | 40ba19133882 |
rev | line source |
---|---|
3636 | 1 /* config.h. Generated automatically by configure. */ |
2 /* config.h.in. Generated automatically from configure.in by autoheader. */ | |
3 | |
4 /* Define if using alloca.c. */ | |
5 /* #undef C_ALLOCA */ | |
6 | |
7 /* Define to empty if the keyword does not work. */ | |
8 /* #undef const */ | |
9 | |
10 /* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems. | |
11 This function is required for alloca.c support on those systems. */ | |
12 /* #undef CRAY_STACKSEG_END */ | |
13 | |
14 /* Define if you have alloca, as a function or macro. */ | |
15 #define HAVE_ALLOCA 1 | |
16 | |
17 /* Define if you have <alloca.h> and it should be used (not on Ultrix). */ | |
18 /* #undef HAVE_ALLOCA_H */ | |
19 | |
20 /* Define if you have a working `mmap' system call. */ | |
21 /* #undef HAVE_MMAP */ | |
22 | |
23 /* Define if you have the strftime function. */ | |
24 #define HAVE_STRFTIME 1 | |
25 | |
26 /* Define if you have <sys/wait.h> that is POSIX.1 compatible. */ | |
27 /* #undef HAVE_SYS_WAIT_H */ | |
28 | |
29 /* Define if your struct tm has tm_zone. */ | |
30 /* #undef HAVE_TM_ZONE */ | |
31 | |
32 /* Define if you don't have tm_zone but do have the external array | |
33 tzname. */ | |
34 /* #undef HAVE_TZNAME */ | |
35 | |
36 /* Define as __inline if that's what the C compiler calls it. */ | |
37 /* #undef inline */ | |
38 | |
39 /* Define to `long' if <sys/types.h> doesn't define. */ | |
40 /* #undef off_t */ | |
41 | |
42 /* Define as the return type of signal handlers (int or void). */ | |
43 #define RETSIGTYPE void | |
44 | |
45 /* Define to `unsigned' if <sys/types.h> doesn't define. */ | |
46 /* #undef size_t */ | |
47 | |
48 /* If using the C implementation of alloca, define if you know the | |
49 direction of stack growth for your system; otherwise it will be | |
50 automatically deduced at run-time. | |
51 STACK_DIRECTION > 0 => grows toward higher addresses | |
52 STACK_DIRECTION < 0 => grows toward lower addresses | |
53 STACK_DIRECTION = 0 => direction of growth unknown | |
54 */ | |
55 /* #undef STACK_DIRECTION */ | |
56 | |
57 /* Define if you have the ANSI C header files. */ | |
58 #define STDC_HEADERS 1 | |
59 | |
60 /* Define if your <sys/time.h> declares struct tm. */ | |
61 /* #undef TM_IN_SYS_TIME */ | |
62 | |
63 /* Define if your processor stores words with the most significant | |
64 byte first (like Motorola and SPARC, unlike Intel and VAX). */ | |
65 /* #undef WORDS_BIGENDIAN */ | |
66 | |
67 #define ENABLE_NLS 1 | |
68 /* #undef HAVE_CATGETS */ | |
69 /* #undef HAVE_GETTEXT */ | |
70 /* #undef HAVE_LC_MESSAGES */ | |
71 /* #undef HAVE_STPCPY */ | |
72 /* #undef HAVE_LIBSM */ | |
73 /* #undef USE_APPLET */ | |
74 /* #undef USE_GNOME */ | |
75 /* #undef USE_PIXBUF */ | |
3905
3e508dd31b76
[gaim-migrate @ 4058]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
3852
diff
changeset
|
76 #define USE_SCREENSAVER 1 |
3636 | 77 /* #undef NO_MULTI */ |
78 /* #define DEBUG 1 */ | |
79 #define GAIM_PLUGINS 1 | |
80 #define USE_PERL 1 | |
3852
c167a851933a
[gaim-migrate @ 4004]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
3636
diff
changeset
|
81 #define USE_GTKSPELL 1 |
3636 | 82 /* #undef NAS_SOUND */ |
83 /* #undef ESD_SOUND */ | |
84 /* #undef ARTSC_SOUND */ | |
85 /* #undef _REENTRANT */ | |
86 /* #undef NEED_GNOMESUPPORT_H */ | |
87 #define ZEPHYR_INT32 long | |
88 /* #undef ZEPHYR_USES_KERBEROS */ | |
89 #ifndef STATIC_PROTO_INIT | |
90 #define STATIC_PROTO_INIT void static_proto_init() { } | |
91 #endif | |
92 #define socklen_t int | |
93 /* #undef HAVE_TM_GMTOFF */ | |
94 | |
95 /* Define if you have the Perl_eval_pv function. */ | |
96 /* #undef HAVE_PERL_EVAL_PV */ | |
97 | |
98 /* Define if you have the __argz_count function. */ | |
99 /* #undef HAVE___ARGZ_COUNT */ | |
100 | |
101 /* Define if you have the __argz_next function. */ | |
102 /* #undef HAVE___ARGZ_NEXT */ | |
103 | |
104 /* Define if you have the __argz_stringify function. */ | |
105 /* #undef HAVE___ARGZ_STRINGIFY */ | |
106 | |
107 /* Define if you have the atexit function. */ | |
108 #define HAVE_ATEXIT 1 | |
109 | |
110 /* Define if you have the bswap_16 function. */ | |
111 /* #undef HAVE_BSWAP_16 */ | |
112 | |
113 /* Define if you have the bswap_32 function. */ | |
114 /* #undef HAVE_BSWAP_32 */ | |
115 | |
116 /* Define if you have the connect function. */ | |
117 /* #undef HAVE_CONNECT */ | |
118 | |
119 /* Define if you have the dcgettext function. */ | |
120 /* #undef HAVE_DCGETTEXT */ | |
121 | |
122 /* Define if you have the feof_unlocked function. */ | |
123 /* #undef HAVE_FEOF_UNLOCKED */ | |
124 | |
125 /* Define if you have the fgets_unlocked function. */ | |
126 /* #undef HAVE_FGETS_UNLOCKED */ | |
127 | |
128 /* Define if you have the getaddrinfo function. */ | |
129 /* #undef HAVE_GETADDRINFO */ | |
130 | |
131 /* Define if you have the getcwd function. */ | |
132 #define HAVE_GETCWD 1 | |
133 | |
134 /* Define if you have the getegid function. */ | |
135 /* #undef HAVE_GETEGID */ | |
136 | |
137 /* Define if you have the geteuid function. */ | |
138 /* #undef HAVE_GETEUID */ | |
139 | |
140 /* Define if you have the getgid function. */ | |
141 /* #undef HAVE_GETGID */ | |
142 | |
143 /* Define if you have the gethostid function. */ | |
144 /* #undef HAVE_GETHOSTID */ | |
145 | |
146 /* Define if you have the getopt_long function. */ | |
147 /* #undef HAVE_GETOPT_LONG */ | |
148 | |
149 /* Define if you have the getpagesize function. */ | |
150 #define HAVE_GETPAGESIZE 1 | |
151 | |
152 /* Define if you have the getuid function. */ | |
153 /* #undef HAVE_GETUID */ | |
154 | |
155 /* Define if you have the krb_get_err_text function. */ | |
156 /* #undef HAVE_KRB_GET_ERR_TEXT */ | |
157 | |
158 /* Define if you have the krb_get_lrealm function. */ | |
159 /* #undef HAVE_KRB_GET_LREALM */ | |
160 | |
161 /* Define if you have the krb_log function. */ | |
162 /* #undef HAVE_KRB_LOG */ | |
163 | |
164 /* Define if you have the krb_rd_req function. */ | |
165 /* #undef HAVE_KRB_RD_REQ */ | |
166 | |
167 /* Define if you have the krb_set_key function. */ | |
168 /* #undef HAVE_KRB_SET_KEY */ | |
169 | |
170 /* Define if you have the lrand48 function. */ | |
171 /* #undef HAVE_LRAND48 */ | |
172 | |
173 /* Define if you have the memcpy function. */ | |
174 #define HAVE_MEMCPY 1 | |
175 | |
176 /* Define if you have the memmove function. */ | |
177 #define HAVE_MEMMOVE 1 | |
178 | |
179 /* Define if you have the mempcpy function. */ | |
180 /* #undef HAVE_MEMPCPY */ | |
181 | |
182 /* Define if you have the munmap function. */ | |
183 /* #undef HAVE_MUNMAP */ | |
184 | |
185 /* Define if you have the putenv function. */ | |
186 #define HAVE_PUTENV 1 | |
187 | |
188 /* Define if you have the random function. */ | |
189 /* #undef HAVE_RANDOM */ | |
190 | |
191 /* Define if you have the setenv function. */ | |
192 /* #undef HAVE_SETENV */ | |
193 | |
194 /* Define if you have the setlocale function. */ | |
195 #define HAVE_SETLOCALE 1 | |
196 | |
197 /* Define if you have the snprintf function. */ | |
198 #define HAVE_SNPRINTF 1 | |
199 | |
200 /* Define if you have the socket function. */ | |
201 /* #undef HAVE_SOCKET */ | |
202 | |
203 /* Define if you have the stpcpy function. */ | |
204 /* #undef HAVE_STPCPY */ | |
205 | |
206 /* Define if you have the strcasecmp function. */ | |
207 #define HAVE_STRCASECMP 1 | |
208 | |
209 /* Define if you have the strchr function. */ | |
210 #define HAVE_STRCHR 1 | |
211 | |
212 /* Define if you have the strdup function. */ | |
213 #define HAVE_STRDUP 1 | |
214 | |
215 /* Define if you have the strerror function. */ | |
216 #define HAVE_STRERROR 1 | |
217 | |
218 /* Define if you have the strstr function. */ | |
219 #define HAVE_STRSTR 1 | |
220 | |
221 /* Define if you have the strtoul function. */ | |
222 #define HAVE_STRTOUL 1 | |
223 | |
224 /* Define if you have the tsearch function. */ | |
225 /* #undef HAVE_TSEARCH */ | |
226 | |
227 /* Define if you have the vprintf function. */ | |
228 #define HAVE_VPRINTF 1 | |
229 | |
230 /* Define if you have the <X11/SM/SMlib.h> header file. */ | |
231 /* #undef HAVE_X11_SM_SMLIB_H */ | |
232 | |
233 /* Define if you have the <argz.h> header file. */ | |
234 /* #undef HAVE_ARGZ_H */ | |
235 | |
236 /* Define if you have the <arpa/nameser_compat.h> header file. */ | |
237 /* #undef HAVE_ARPA_NAMESER_COMPAT_H */ | |
238 | |
239 /* Define if you have the <asm/byteorder.h> header file. */ | |
240 /* #undef HAVE_ASM_BYTEORDER_H */ | |
241 | |
242 /* Define if you have the <byteswap.h> header file. */ | |
243 /* #undef HAVE_BYTESWAP_H */ | |
244 | |
245 /* Define if you have the <dlfcn.h> header file. */ | |
246 /* #undef HAVE_DLFCN_H */ | |
247 | |
248 /* Define if you have the <endian.h> header file. */ | |
249 /* #undef HAVE_ENDIAN_H */ | |
250 | |
251 /* Define if you have the <fcntl.h> header file. */ | |
252 #define HAVE_FCNTL_H 1 | |
253 | |
254 /* Define if you have the <limits.h> header file. */ | |
255 #define HAVE_LIMITS_H 1 | |
256 | |
257 /* Define if you have the <locale.h> header file. */ | |
258 #define HAVE_LOCALE_H 1 | |
259 | |
260 /* Define if you have the <machine/endian.h> header file. */ | |
261 /* #undef HAVE_MACHINE_ENDIAN_H */ | |
262 | |
263 /* Define if you have the <malloc.h> header file. */ | |
264 #define HAVE_MALLOC_H 1 | |
265 | |
266 /* Define if you have the <nl_types.h> header file. */ | |
267 /* #undef HAVE_NL_TYPES_H */ | |
268 | |
269 /* Define if you have the <paths.h> header file. */ | |
270 /* #undef HAVE_PATHS_H */ | |
271 | |
272 /* Define if you have the <sgtty.h> header file. */ | |
273 /* #undef HAVE_SGTTY_H */ | |
274 | |
275 /* Define if you have the <signal.h> header file. */ | |
276 /*#define HAVE_SIGNAL_H 1*/ | |
277 | |
278 /* Define if you have the <stdarg.h> header file. */ | |
279 #define HAVE_STDARG_H 1 | |
280 | |
281 /* Define if you have the <stddef.h> header file. */ | |
282 #define HAVE_STDDEF_H 1 | |
283 | |
284 /* Define if you have the <stdlib.h> header file. */ | |
285 #define HAVE_STDLIB_H 1 | |
286 | |
287 /* Define if you have the <string.h> header file. */ | |
288 #define HAVE_STRING_H 1 | |
289 | |
290 /* Define if you have the <sys/cdefs.h> header file. */ | |
291 /* #undef HAVE_SYS_CDEFS_H */ | |
292 | |
293 /* Define if you have the <sys/file.h> header file. */ | |
294 #define HAVE_SYS_FILE_H 1 | |
295 | |
296 /* Define if you have the <sys/filio.h> header file. */ | |
297 /* #undef HAVE_SYS_FILIO_H */ | |
298 | |
299 /* Define if you have the <sys/ioctl.h> header file. */ | |
300 /* #undef HAVE_SYS_IOCTL_H */ | |
301 | |
302 /* Define if you have the <sys/msgbuf.h> header file. */ | |
303 /* #undef HAVE_SYS_MSGBUF_H */ | |
304 | |
305 /* Define if you have the <sys/param.h> header file. */ | |
306 /* #undef HAVE_SYS_PARAM_H */ | |
307 | |
308 /* Define if you have the <sys/select.h> header file. */ | |
309 /* #undef HAVE_SYS_SELECT_H */ | |
310 | |
311 /* Define if you have the <sys/stat.h> header file. */ | |
312 #define HAVE_SYS_STAT_H 1 | |
313 | |
314 /* Define if you have the <sys/time.h> header file. */ | |
315 #define HAVE_SYS_TIME_H 1 | |
316 | |
317 /* Define if you have the <sys/types.h> header file. */ | |
318 #define HAVE_SYS_TYPES_H 1 | |
319 | |
320 /* Define if you have the <sys/uio.h> header file. */ | |
321 /* #undef HAVE_SYS_UIO_H */ | |
322 | |
323 /* Define if you have the <sys/utsname.h> header file. */ | |
324 /* #undef HAVE_SYS_UTSNAME_H */ | |
325 | |
326 /* Define if you have the <sys/wait.h> header file. */ | |
327 /* #undef HAVE_SYS_WAIT_H */ | |
328 | |
329 /* Define if you have the <termios.h> header file. */ | |
330 /* #undef HAVE_TERMIOS_H */ | |
331 | |
332 /* Define if you have the <unistd.h> header file. */ | |
333 #define HAVE_UNISTD_H 1 | |
334 | |
335 /* Define if you have the nsl library (-lnsl). */ | |
336 /* #undef HAVE_LIBNSL */ | |
337 | |
338 /* Define if you have the resolv library (-lresolv). */ | |
339 /* #undef HAVE_LIBRESOLV */ | |
340 | |
341 /* Name of package */ | |
342 #define PACKAGE "gaim" | |
343 | |
344 /* Version number of package */ | |
345 /*#define VERSION */ | |
346 | |
347 /* Define if you have the iconv() function. */ | |
348 /* #undef HAVE_ICONV */ | |
349 | |
350 /* Define as const if the declaration of iconv() needs const. */ | |
351 /* #undef ICONV_CONST */ | |
352 | |
353 /* Define if you have <langinfo.h> and nl_langinfo(CODESET). */ | |
354 /* #undef HAVE_LANGINFO_CODESET */ | |
355 | |
356 /* Define if your <locale.h> file defines LC_MESSAGES. */ | |
357 /* #undef HAVE_LC_MESSAGES */ | |
358 | |
359 /* Define to 1 if translation of program messages to the user's native language | |
360 is requested. */ | |
361 #define ENABLE_NLS 1 | |
362 | |
363 /* Define if the GNU gettext() function is already present or preinstalled. */ | |
364 /* #undef HAVE_GETTEXT */ | |
365 | |
366 /* Define if you have the external 'timezone' variable. */ | |
367 #define HAVE_TIMEZONE 1 | |
368 | |
369 /* Define if you have the external 'altzone' variable. */ | |
370 /* #undef HAVE_ALTZONE */ | |
371 | |
372 /* Define if you have the external 'daylight' variable. */ | |
373 #define HAVE_DAYLIGHT 1 | |
374 | |
375 /* | |
376 * Following are added for Win32 version of Gaim | |
377 */ | |
378 | |
379 #define HAVE_VSNPRINTF |