config.h.mingw

Sat, 25 Nov 2017 22:28:44 +0800

author
Tom Li <tomli@tomli.me>
date
Sat, 25 Nov 2017 22:28:44 +0800
branch
bosh-pipeline
changeset 38785
1b7939edadcb
parent 37515
4e789f9eec2a
child 37901
41e45e18f3b2
child 39643
ee8abde66038
permissions
-rw-r--r--

bosh.c: remove HTTP Pipelining, fix #17025

Pidgin attempts to use HTTP Pipelining to avoid creating multiple connections.
Unfortunately, it may work for some servers (if you are lucky), but this practice
causes incompatibility for many other servers, especially if reverse proxies or
intermediate proxies are presented (which is a common use case of BOSH).

Also, HTTP Pipelining for BOSH is wrong in the first place because it is prohibited
by RFC-2616 and XEP-0124:

RFC-2616, Section 8: non-idempotent requests (like POST) should not be pipelined.
XEP-0124, 18.1: clients and connection managers SHOULD NOT use HTTP Pipelining.

This commit removes HTTP Pipelining from the 2.x.y branch, in order to fix bugs
caused by HTTP Pipelining, such as https://developer.pidgin.im/ticket/17025.

In fact, HTTP Pipelining in Pidgin has been disabled as early as 2009, e.g. 208dfa375b79,
but never went through the stable release.

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

mercurial