forked from rosedu/Pidgin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.h.in
514 lines (350 loc) · 13.1 KB
/
config.h.in
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
/* config.h.in. Generated from configure.ac by autoheader. */
/* Define if building universal (internal helper macro) */
#undef AC_APPLE_UNIVERSAL_BUILD
/* configure arguments */
#undef CONFIG_ARGS
/* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
systems. This function is required for `alloca.c' support on those systems.
*/
#undef CRAY_STACKSEG_END
/* Define to 1 if using `alloca.c'. */
#undef C_ALLOCA
/* Define if debugging is enabled. */
#undef DEBUG
/* display version info */
#undef DISPLAY_VERSION
/* Define if mono enabled. */
#undef ENABLE_MONO
/* always defined to indicate that i18n is enabled */
#undef ENABLE_NLS
/* Define if gst_registry_fork_set_enabled exists */
#undef GST_CAN_DISABLE_FORKING
/* Define to 1 if you have `alloca', as a function or macro. */
#undef HAVE_ALLOCA
/* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
*/
#undef HAVE_ALLOCA_H
/* Define if you have the external 'altzone' variable. */
#undef HAVE_ALTZONE
/* Define to 1 if you have the <arpa/nameser_compat.h> header file. */
#undef HAVE_ARPA_NAMESER_COMPAT_H
/* Define to 1 if you have the `atexit' function. */
#undef HAVE_ATEXIT
/* Define to 1 if you have the `bind_textdomain_codeset' function. */
#undef HAVE_BIND_TEXTDOMAIN_CODESET
/* Define to 1 if you have the `connect' function. */
#undef HAVE_CONNECT
/* Define to 1 if Cyrus SASL is present */
#undef HAVE_CYRUS_SASL
/* Define if you have the external 'daylight' variable. */
#undef HAVE_DAYLIGHT
/* Define if we are using D-Bus. */
#undef HAVE_DBUS
/* Define to 1 if you have the `dcgettext' function. */
#undef HAVE_DCGETTEXT
/* Define to 1 if you have the declaration of `tzname', and to 0 if you don't.
*/
#undef HAVE_DECL_TZNAME
/* Define to 1 if you have the <dlfcn.h> header file. */
#undef HAVE_DLFCN_H
/* whether or not we have dot */
#undef HAVE_DOT
/* whether or not we have doxygen */
#undef HAVE_DOXYGEN
/* Define if we're using evolution addressbook. */
#undef HAVE_EVOLUTION_ADDRESSBOOK
/* Define to 1 if you have the <EXTERN.h> header file. */
#undef HAVE_EXTERN_H
/* Define to 1 if you have the <fcntl.h> header file. */
#undef HAVE_FCNTL_H
/* Define to 1 if your stdio has int fileno(FILE *). */
#undef HAVE_FILENO
/* Define to 1 if you have the getaddrinfo function. */
#undef HAVE_GETADDRINFO
/* Define to 1 if you have the `gethostid' function. */
#undef HAVE_GETHOSTID
/* Define to 1 if you have the `getifaddrs' function. */
#undef HAVE_GETIFADDRS
/* Define to 1 if you have the `getopt_long' function. */
#undef HAVE_GETOPT_LONG
/* Define if the GNU gettext() function is already present or preinstalled. */
#undef HAVE_GETTEXT
/* Define if you have GnuTLS */
#undef HAVE_GNUTLS
/* Define if your gnutls has the GNUTLS_CERT_INSECURE_ALGORITHM flag */
#undef HAVE_GNUTLS_CERT_INSECURE_ALGORITHM
/* Define to 1 if you have the <gnutls/gnutls.h> header file. */
#undef HAVE_GNUTLS_GNUTLS_H
/* Define if your gnutls has gnutls_priority_set_direct and friends */
#undef HAVE_GNUTLS_PRIORITY_FUNCS
/* Define to 1 if you have the `inet_ntop' function. */
#undef HAVE_INET_NTOP
/* Define to 1 if you have the <inttypes.h> header file. */
#undef HAVE_INTTYPES_H
/* Define if we have IOKit */
#undef HAVE_IOKIT
/* Define if the IPV6_V6ONLY setsockopt option exists */
#undef HAVE_IPV6_V6ONLY
/* Define to 1 if you have the `krb_get_err_text' function. */
#undef HAVE_KRB_GET_ERR_TEXT
/* Define to 1 if you have the `krb_get_lrealm' function. */
#undef HAVE_KRB_GET_LREALM
/* Define to 1 if you have the `krb_log' function. */
#undef HAVE_KRB_LOG
/* Define to 1 if you have the `krb_rd_req' function. */
#undef HAVE_KRB_RD_REQ
/* Define to 1 if you have the `krb_set_key' function. */
#undef HAVE_KRB_SET_KEY
/* Define if your <locale.h> file defines LC_MESSAGES. */
#undef HAVE_LC_MESSAGES
/* Define to 1 if you have the `db' library (-ldb). */
#undef HAVE_LIBDB
/* Define to 1 if you have libgadu. */
#undef HAVE_LIBGADU
/* Define to 1 if you have the `nsl' library (-lnsl). */
#undef HAVE_LIBNSL
/* Define to 1 if you have the `pthread' library (-lpthread). */
#undef HAVE_LIBPTHREAD
/* Define to 1 if you have the `resolv' library (-lresolv). */
#undef HAVE_LIBRESOLV
/* Define to 1 if you have the `socket' library (-lsocket). */
#undef HAVE_LIBSOCKET
/* Define to 1 if you have the `util' library (-lutil). */
#undef HAVE_LIBUTIL
/* Define to 1 if you have the <locale.h> header file. */
#undef HAVE_LOCALE_H
/* Define to 1 if you have the `lrand48' function. */
#undef HAVE_LRAND48
/* Define to 1 if you have the <malloc.h> header file. */
#undef HAVE_MALLOC_H
/* Define to 1 if you have the `memcpy' function. */
#undef HAVE_MEMCPY
/* Define to 1 if you have the `memmove' function. */
#undef HAVE_MEMMOVE
/* Define to 1 if you have the <memory.h> header file. */
#undef HAVE_MEMORY_H
/* Define to 1 if you have the `mono_jit_init' function. */
#undef HAVE_MONO_JIT_INIT
/* Define to 1 if you have the <mono/jit/jit.h> header file. */
#undef HAVE_MONO_JIT_JIT_H
/* Define to 1 if you have the <mono/metadata/object.h> header file. */
#undef HAVE_MONO_METADATA_OBJECT_H
/* Define if we have NetworkManager. */
#undef HAVE_NETWORKMANAGER
/* Define to 1 if you have the <nspr.h> header file. */
#undef HAVE_NSPR_H
/* Define if you have Mozilla NSS */
#undef HAVE_NSS
/* Define to 1 if you have the <nss.h> header file. */
#undef HAVE_NSS_H
/* Define if we have Pango 1.4 or newer. */
#undef HAVE_PANGO14
/* Define to 1 if you have the <paths.h> header file. */
#undef HAVE_PATHS_H
/* Compile with support for perl */
#undef HAVE_PERL
/* Define to 1 if you have the `Perl_eval_pv' function. */
#undef HAVE_PERL_EVAL_PV
/* Define to 1 if you have the <perl.h> header file. */
#undef HAVE_PERL_H
/* Define to 1 if you have the `perl_run' function. */
#undef HAVE_PERL_RUN
/* Define to 1 if you have the <prio.h> header file. */
#undef HAVE_PRIO_H
/* Define to 1 if you have the `random' function. */
#undef HAVE_RANDOM
/* Define to 1 if you have the <regex.h> header file. */
#undef HAVE_REGEX_H
/* Define to 1 if you have the `setlocale' function. */
#undef HAVE_SETLOCALE
/* Define to 1 if you have the <sgtty.h> header file. */
#undef HAVE_SGTTY_H
/* Define to 1 if you have the <signal.h> header file. */
#undef HAVE_SIGNAL_H
/* Define if we have silcmime.h */
#undef HAVE_SILCMIME_H
/* Define to 1 if you have the <smime.h> header file. */
#undef HAVE_SMIME_H
/* Define to 1 if you have the `snprintf' function. */
#undef HAVE_SNPRINTF
/* Define if you have SSL */
#undef HAVE_SSL
/* Define to 1 if you have the <ssl.h> header file. */
#undef HAVE_SSL_H
/* Define to 1 if you have the <stdarg.h> header file. */
#undef HAVE_STDARG_H
/* Define to 1 if you have the <stdint.h> header file. */
#undef HAVE_STDINT_H
/* Define to 1 if you have the <stdlib.h> header file. */
#undef HAVE_STDLIB_H
/* Define to 1 if you have the `strchr' function. */
#undef HAVE_STRCHR
/* Define to 1 if you have the `strdup' function. */
#undef HAVE_STRDUP
/* Define to 1 if you have the `strerror' function. */
#undef HAVE_STRERROR
/* Define to 1 if you have the `strftime' function. */
#undef HAVE_STRFTIME
/* Define to 1 if you have a strftime() that supports the %z format string. */
#undef HAVE_STRFTIME_Z_FORMAT
/* Define to 1 if you have the <strings.h> header file. */
#undef HAVE_STRINGS_H
/* Define to 1 if you have the <string.h> header file. */
#undef HAVE_STRING_H
/* Define to 1 if you have the `strstr' function. */
#undef HAVE_STRSTR
/* Define if struct sockaddr has an sa_len member */
#undef HAVE_STRUCT_SOCKADDR_SA_LEN
/* Define to 1 if `tm_zone' is a member of `struct tm'. */
#undef HAVE_STRUCT_TM_TM_ZONE
/* Define to 1 if you have the <sys/cdefs.h> header file. */
#undef HAVE_SYS_CDEFS_H
/* Define to 1 if you have the <sys/file.h> header file. */
#undef HAVE_SYS_FILE_H
/* Define to 1 if you have the <sys/filio.h> header file. */
#undef HAVE_SYS_FILIO_H
/* Define to 1 if you have the <sys/ioctl.h> header file. */
#undef HAVE_SYS_IOCTL_H
/* Define to 1 if you have the <sys/msgbuf.h> header file. */
#undef HAVE_SYS_MSGBUF_H
/* Define to 1 if you have the <sys/param.h> header file. */
#undef HAVE_SYS_PARAM_H
/* Define to 1 if you have the <sys/select.h> header file. */
#undef HAVE_SYS_SELECT_H
/* Define to 1 if you have the <sys/socket.h> header file. */
#undef HAVE_SYS_SOCKET_H
/* Define to 1 if you have the <sys/stat.h> header file. */
#undef HAVE_SYS_STAT_H
/* Define to 1 if you have the <sys/sysctl.h> header file. */
#undef HAVE_SYS_SYSCTL_H
/* Define to 1 if you have the <sys/time.h> header file. */
#undef HAVE_SYS_TIME_H
/* Define to 1 if you have the <sys/types.h> header file. */
#undef HAVE_SYS_TYPES_H
/* Define to 1 if you have the <sys/uio.h> header file. */
#undef HAVE_SYS_UIO_H
/* Define to 1 if you have the <sys/utsname.h> header file. */
#undef HAVE_SYS_UTSNAME_H
/* Define to 1 if you have the <sys/wait.h> header file. */
#undef HAVE_SYS_WAIT_H
/* Compile with support for the Tcl toolkit */
#undef HAVE_TCL
/* Define to 1 if you have the <termios.h> header file. */
#undef HAVE_TERMIOS_H
/* Define to 1 if you have the `timegm' function. */
#undef HAVE_TIMEGM
/* Define if you have the external 'timezone' variable. */
#undef HAVE_TIMEZONE
/* Compile with support for the Tk toolkit */
#undef HAVE_TK
/* Define if you have a tm_gmtoff member in struct tm */
#undef HAVE_TM_GMTOFF
/* Define to 1 if your `struct tm' has `tm_zone'. Deprecated, use
`HAVE_STRUCT_TM_TM_ZONE' instead. */
#undef HAVE_TM_ZONE
/* Define to 1 if you don't have `tm_zone' but do have the external array
`tzname'. */
#undef HAVE_TZNAME
/* Define to 1 if you have the <unistd.h> header file. */
#undef HAVE_UNISTD_H
/* Define to 1 if you have the `vprintf' function. */
#undef HAVE_VPRINTF
/* Define to 1 if you have X11 */
#undef HAVE_X11
/* Define to 1 if you have the <X11/SM/SMlib.h> header file. */
#undef HAVE_X11_SM_SMLIB_H
/* whether or not we have xsltproc for devhelp index */
#undef HAVE_XSLTPROC
/* Define if external libzephyr should be used. */
#undef LIBZEPHYR_EXT
/* Define to the sub-directory in which libtool stores uninstalled libraries.
*/
#undef LT_OBJDIR
/* Define to 1 if your C compiler doesn't accept -c and -o together. */
#undef NO_MINUS_C_MINUS_O
/* Define to 1 if you don't have wide-character support. */
#undef NO_WIDECHAR
/* Define if old perl is installed. */
#undef OLD_PERL
/* Name of package */
#undef PACKAGE
/* Define to the address where bug reports for this package should be sent. */
#undef PACKAGE_BUGREPORT
/* Define to the full name of this package. */
#undef PACKAGE_NAME
/* Define to the full name and version of this package. */
#undef PACKAGE_STRING
/* Define to the one symbol short name of this package. */
#undef PACKAGE_TARNAME
/* Define to the home page for this package. */
#undef PACKAGE_URL
/* Define to the version of this package. */
#undef PACKAGE_VERSION
/* Define if plugins are enabled. */
#undef PURPLE_PLUGINS
/* Define as the return type of signal handlers (`int' or `void'). */
#undef RETSIGTYPE
/* The size of `time_t', as computed by sizeof. */
#undef SIZEOF_TIME_T
/* If using the C implementation of alloca, define if you know the
direction of stack growth for your system; otherwise it will be
automatically deduced at runtime.
STACK_DIRECTION > 0 => grows toward higher addresses
STACK_DIRECTION < 0 => grows toward lower addresses
STACK_DIRECTION = 0 => direction of growth unknown */
#undef STACK_DIRECTION
/* Loads static protocol plugin module initialization functions. */
#undef STATIC_PROTO_INIT
/* Define to 1 if you have the ANSI C header files. */
#undef STDC_HEADERS
/* Define to 1 if your <sys/time.h> declares `struct tm'. */
#undef TM_IN_SYS_TIME
/* Use Farsight for voice and video */
#undef USE_FARSIGHT
/* Use GStreamer interfaces for X overlay support */
#undef USE_GSTINTERFACES
/* Use GStreamer for playing sounds */
#undef USE_GSTREAMER
/* Define if we're using GtkSpell */
#undef USE_GTKSPELL
/* Use GNU Libidn for stringprep and IDN */
#undef USE_IDN
/* Define if python headers are available. */
#undef USE_PYTHON
/* Define if we're using XScreenSaver. */
#undef USE_SCREENSAVER
/* Define if we're using X Session Management. */
#undef USE_SM
/* Use voice and video */
#undef USE_VV
/* 'va_lists' cannot be copied as values */
#undef VA_COPY_AS_ARRAY
/* Version number of package */
#undef VERSION
/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
significant byte first (like Motorola and SPARC, unlike Intel). */
#if defined AC_APPLE_UNIVERSAL_BUILD
# if defined __BIG_ENDIAN__
# define WORDS_BIGENDIAN 1
# endif
#else
# ifndef WORDS_BIGENDIAN
# undef WORDS_BIGENDIAN
# endif
#endif
/* Define to 1 if the X Window System is missing or not being used. */
#undef X_DISPLAY_MISSING
/* Size of an int32. */
#undef ZEPHYR_INT32
/* Define if kerberos should be used in Zephyr. */
#undef ZEPHYR_USES_KERBEROS
/* Number of bits in a file offset, on hosts where this is settable. */
#undef _FILE_OFFSET_BITS
/* Define for large files, on AIX-style hosts. */
#undef _LARGE_FILES
/* Define to empty if `const' does not conform to ANSI C. */
#undef const
/* Define to `unsigned int' if <sys/types.h> does not define. */
#undef size_t
/* socklen_t size */
#undef socklen_t