Mercurial > pidgin.yaz
annotate config.h.mingw @ 12440:bfd3aca4647a
[gaim-migrate @ 14747]
Fix a warning grim noticed.
committer: Tailor Script <tailor@pidgin.im>
author | Richard Laager <rlaager@wiktel.com> |
---|---|
date | Fri, 09 Dec 2005 07:26:29 +0000 |
parents | 692467ea6244 |
children | 4266abdccb97 |
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 /* #define DEBUG 1 */ |
78 #define GAIM_PLUGINS 1 | |
79 #define USE_PERL 1 | |
3852
c167a851933a
[gaim-migrate @ 4004]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
3636
diff
changeset
|
80 #define USE_GTKSPELL 1 |
3636 | 81 /* #undef NAS_SOUND */ |
82 /* #undef ESD_SOUND */ | |
83 /* #undef ARTSC_SOUND */ | |
84 /* #undef _REENTRANT */ | |
85 /* #undef NEED_GNOMESUPPORT_H */ | |
86 #define ZEPHYR_INT32 long | |
87 /* #undef ZEPHYR_USES_KERBEROS */ | |
88 #ifndef STATIC_PROTO_INIT | |
89 #define STATIC_PROTO_INIT void static_proto_init() { } | |
90 #endif | |
91 #define socklen_t int | |
92 /* #undef HAVE_TM_GMTOFF */ | |
93 | |
94 /* Define if you have the Perl_eval_pv function. */ | |
95 /* #undef HAVE_PERL_EVAL_PV */ | |
96 | |
97 /* Define if you have the __argz_count function. */ | |
98 /* #undef HAVE___ARGZ_COUNT */ | |
99 | |
100 /* Define if you have the __argz_next function. */ | |
101 /* #undef HAVE___ARGZ_NEXT */ | |
102 | |
103 /* Define if you have the __argz_stringify function. */ | |
104 /* #undef HAVE___ARGZ_STRINGIFY */ | |
105 | |
106 /* Define if you have the atexit function. */ | |
107 #define HAVE_ATEXIT 1 | |
108 | |
109 /* Define if you have the connect function. */ | |
110 /* #undef HAVE_CONNECT */ | |
111 | |
112 /* Define if you have the dcgettext function. */ | |
113 /* #undef HAVE_DCGETTEXT */ | |
114 | |
115 /* Define if you have the feof_unlocked function. */ | |
116 /* #undef HAVE_FEOF_UNLOCKED */ | |
117 | |
118 /* Define if you have the fgets_unlocked function. */ | |
119 /* #undef HAVE_FGETS_UNLOCKED */ | |
120 | |
121 /* Define if you have the getaddrinfo function. */ | |
11570
f1e07c3332d9
[gaim-migrate @ 13838]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
10626
diff
changeset
|
122 /* #define HAVE_GETADDRINFO 1 */ |
3636 | 123 |
124 /* Define if you have the getcwd function. */ | |
125 #define HAVE_GETCWD 1 | |
126 | |
127 /* Define if you have the getegid function. */ | |
128 /* #undef HAVE_GETEGID */ | |
129 | |
130 /* Define if you have the geteuid function. */ | |
131 /* #undef HAVE_GETEUID */ | |
132 | |
133 /* Define if you have the getgid function. */ | |
134 /* #undef HAVE_GETGID */ | |
135 | |
136 /* Define if you have the gethostid function. */ | |
137 /* #undef HAVE_GETHOSTID */ | |
138 | |
139 /* Define if you have the getopt_long function. */ | |
140 /* #undef HAVE_GETOPT_LONG */ | |
141 | |
142 /* Define if you have the getpagesize function. */ | |
143 #define HAVE_GETPAGESIZE 1 | |
144 | |
145 /* Define if you have the getuid function. */ | |
146 /* #undef HAVE_GETUID */ | |
147 | |
148 /* Define if you have the krb_get_err_text function. */ | |
149 /* #undef HAVE_KRB_GET_ERR_TEXT */ | |
150 | |
151 /* Define if you have the krb_get_lrealm function. */ | |
152 /* #undef HAVE_KRB_GET_LREALM */ | |
153 | |
154 /* Define if you have the krb_log function. */ | |
155 /* #undef HAVE_KRB_LOG */ | |
156 | |
157 /* Define if you have the krb_rd_req function. */ | |
158 /* #undef HAVE_KRB_RD_REQ */ | |
159 | |
160 /* Define if you have the krb_set_key function. */ | |
161 /* #undef HAVE_KRB_SET_KEY */ | |
162 | |
163 /* Define if you have the lrand48 function. */ | |
164 /* #undef HAVE_LRAND48 */ | |
165 | |
166 /* Define if you have the memcpy function. */ | |
167 #define HAVE_MEMCPY 1 | |
168 | |
169 /* Define if you have the memmove function. */ | |
170 #define HAVE_MEMMOVE 1 | |
171 | |
172 /* Define if you have the mempcpy function. */ | |
173 /* #undef HAVE_MEMPCPY */ | |
174 | |
175 /* Define if you have the munmap function. */ | |
176 /* #undef HAVE_MUNMAP */ | |
177 | |
178 /* Define if you have the putenv function. */ | |
179 #define HAVE_PUTENV 1 | |
180 | |
181 /* Define if you have the random function. */ | |
182 /* #undef HAVE_RANDOM */ | |
183 | |
184 /* Define if you have the setenv function. */ | |
185 /* #undef HAVE_SETENV */ | |
186 | |
187 /* Define if you have the setlocale function. */ | |
188 #define HAVE_SETLOCALE 1 | |
189 | |
190 /* Define if you have the snprintf function. */ | |
191 #define HAVE_SNPRINTF 1 | |
192 | |
193 /* Define if you have the socket function. */ | |
194 /* #undef HAVE_SOCKET */ | |
195 | |
196 /* Define if you have the stpcpy function. */ | |
197 /* #undef HAVE_STPCPY */ | |
198 | |
199 /* Define if you have the strcasecmp function. */ | |
200 #define HAVE_STRCASECMP 1 | |
201 | |
202 /* Define if you have the strchr function. */ | |
203 #define HAVE_STRCHR 1 | |
204 | |
205 /* Define if you have the strdup function. */ | |
206 #define HAVE_STRDUP 1 | |
207 | |
208 /* Define if you have the strerror function. */ | |
209 #define HAVE_STRERROR 1 | |
210 | |
211 /* Define if you have the strstr function. */ | |
212 #define HAVE_STRSTR 1 | |
213 | |
214 /* Define if you have the strtoul function. */ | |
215 #define HAVE_STRTOUL 1 | |
216 | |
217 /* Define if you have the tsearch function. */ | |
218 /* #undef HAVE_TSEARCH */ | |
219 | |
220 /* Define if you have the vprintf function. */ | |
221 #define HAVE_VPRINTF 1 | |
222 | |
223 /* Define if you have the <X11/SM/SMlib.h> header file. */ | |
224 /* #undef HAVE_X11_SM_SMLIB_H */ | |
225 | |
226 /* Define if you have the <argz.h> header file. */ | |
227 /* #undef HAVE_ARGZ_H */ | |
228 | |
229 /* Define if you have the <dlfcn.h> header file. */ | |
230 /* #undef HAVE_DLFCN_H */ | |
231 | |
232 /* Define if you have the <fcntl.h> header file. */ | |
233 #define HAVE_FCNTL_H 1 | |
234 | |
235 /* Define if you have the <limits.h> header file. */ | |
236 #define HAVE_LIMITS_H 1 | |
237 | |
238 /* Define if you have the <locale.h> header file. */ | |
239 #define HAVE_LOCALE_H 1 | |
240 | |
241 /* Define if you have the <malloc.h> header file. */ | |
242 #define HAVE_MALLOC_H 1 | |
243 | |
244 /* Define if you have the <nl_types.h> header file. */ | |
245 /* #undef HAVE_NL_TYPES_H */ | |
246 | |
247 /* Define if you have the <paths.h> header file. */ | |
248 /* #undef HAVE_PATHS_H */ | |
249 | |
250 /* Define if you have the <sgtty.h> header file. */ | |
251 /* #undef HAVE_SGTTY_H */ | |
252 | |
253 /* Define if you have the <signal.h> header file. */ | |
254 /*#define HAVE_SIGNAL_H 1*/ | |
255 | |
256 /* Define if you have the <stdarg.h> header file. */ | |
257 #define HAVE_STDARG_H 1 | |
258 | |
259 /* Define if you have the <stddef.h> header file. */ | |
260 #define HAVE_STDDEF_H 1 | |
261 | |
262 /* Define if you have the <stdlib.h> header file. */ | |
263 #define HAVE_STDLIB_H 1 | |
264 | |
9291 | 265 /* Define if you have the <stdint.h> header file. */ |
266 #define HAVE_STDINT_H 1 | |
267 | |
3636 | 268 /* Define if you have the <string.h> header file. */ |
269 #define HAVE_STRING_H 1 | |
270 | |
271 /* Define if you have the <sys/cdefs.h> header file. */ | |
272 /* #undef HAVE_SYS_CDEFS_H */ | |
273 | |
274 /* Define if you have the <sys/file.h> header file. */ | |
275 #define HAVE_SYS_FILE_H 1 | |
276 | |
277 /* Define if you have the <sys/filio.h> header file. */ | |
278 /* #undef HAVE_SYS_FILIO_H */ | |
279 | |
280 /* Define if you have the <sys/ioctl.h> header file. */ | |
281 /* #undef HAVE_SYS_IOCTL_H */ | |
282 | |
283 /* Define if you have the <sys/msgbuf.h> header file. */ | |
284 /* #undef HAVE_SYS_MSGBUF_H */ | |
285 | |
286 /* Define if you have the <sys/param.h> header file. */ | |
287 /* #undef HAVE_SYS_PARAM_H */ | |
288 | |
289 /* Define if you have the <sys/select.h> header file. */ | |
290 /* #undef HAVE_SYS_SELECT_H */ | |
291 | |
292 /* Define if you have the <sys/stat.h> header file. */ | |
293 #define HAVE_SYS_STAT_H 1 | |
294 | |
295 /* Define if you have the <sys/time.h> header file. */ | |
296 #define HAVE_SYS_TIME_H 1 | |
297 | |
298 /* Define if you have the <sys/types.h> header file. */ | |
299 #define HAVE_SYS_TYPES_H 1 | |
300 | |
301 /* Define if you have the <sys/uio.h> header file. */ | |
302 /* #undef HAVE_SYS_UIO_H */ | |
303 | |
304 /* Define if you have the <sys/utsname.h> header file. */ | |
305 /* #undef HAVE_SYS_UTSNAME_H */ | |
306 | |
307 /* Define if you have the <sys/wait.h> header file. */ | |
308 /* #undef HAVE_SYS_WAIT_H */ | |
309 | |
310 /* Define if you have the <termios.h> header file. */ | |
311 /* #undef HAVE_TERMIOS_H */ | |
312 | |
313 /* Define if you have the <unistd.h> header file. */ | |
314 #define HAVE_UNISTD_H 1 | |
315 | |
316 /* Define if you have the nsl library (-lnsl). */ | |
317 /* #undef HAVE_LIBNSL */ | |
318 | |
319 /* Define if you have the resolv library (-lresolv). */ | |
320 /* #undef HAVE_LIBRESOLV */ | |
321 | |
322 /* Name of package */ | |
323 #define PACKAGE "gaim" | |
324 | |
325 /* Version number of package */ | |
326 /*#define VERSION */ | |
327 | |
328 /* Define if you have the iconv() function. */ | |
329 /* #undef HAVE_ICONV */ | |
330 | |
331 /* Define as const if the declaration of iconv() needs const. */ | |
332 /* #undef ICONV_CONST */ | |
333 | |
334 /* Define if you have <langinfo.h> and nl_langinfo(CODESET). */ | |
335 /* #undef HAVE_LANGINFO_CODESET */ | |
336 | |
337 /* Define if your <locale.h> file defines LC_MESSAGES. */ | |
338 /* #undef HAVE_LC_MESSAGES */ | |
339 | |
340 /* Define to 1 if translation of program messages to the user's native language | |
341 is requested. */ | |
342 #define ENABLE_NLS 1 | |
343 | |
344 /* Define if the GNU gettext() function is already present or preinstalled. */ | |
345 /* #undef HAVE_GETTEXT */ | |
346 | |
347 /* Define if you have the external 'timezone' variable. */ | |
348 #define HAVE_TIMEZONE 1 | |
349 | |
350 /* Define if you have the external 'altzone' variable. */ | |
351 /* #undef HAVE_ALTZONE */ | |
352 | |
353 /* Define if you have the external 'daylight' variable. */ | |
354 #define HAVE_DAYLIGHT 1 | |
355 | |
6795
40ba19133882
[gaim-migrate @ 7334]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
3905
diff
changeset
|
356 #define HAVE_SSL 1 |
40ba19133882
[gaim-migrate @ 7334]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
3905
diff
changeset
|
357 #define HAVE_NSS 1 |
40ba19133882
[gaim-migrate @ 7334]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
3905
diff
changeset
|
358 /*#define HAVE_GNUTLS 1*/ |
40ba19133882
[gaim-migrate @ 7334]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
3905
diff
changeset
|
359 |
3636 | 360 /* |
361 * Following are added for Win32 version of Gaim | |
362 */ | |
363 | |
364 #define HAVE_VSNPRINTF |