config.h.mingw

Thu, 29 Jun 2017 15:04:39 -0500

author
Mike Ruprecht <cmaiku@gmail.com>
date
Thu, 29 Jun 2017 15:04:39 -0500
changeset 38429
610a201230ff
parent 38321
61b9e8c2d086
child 38579
5adc6901ac54
permissions
-rw-r--r--

Remove gtksession now that we're using GtkApplication's register-session

Now that we're using GtkApplication's session handling support via
the register-session property, the gtksession code is, in many cases,
redundant. This patch therefore removes it.

GtkApplication currently supports the Gnome and Xfce session managers.
It also looks like it supports something on OSX. That doesn't cover
all the systems which the X11 session manager does, but does potentially
cover ones it doesn't. Any session management systems that are found
to be lacking can be added again via plugins or similar if desired.

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
17002
7055be5f0647 Update MinGW config.h - it is good to do this occasionally.
Daniel Atallah <datallah@pidgin.im>
parents: 16561
diff changeset
43 /* 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
44 /* #undef HAVE_BIND_TEXTDOMAIN_CODESET */
12534
6a460e34aa08 [gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents: 12448
diff changeset
45
6a460e34aa08 [gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents: 12448
diff changeset
46 /* Define to 1 if you have the `connect' function. */
6a460e34aa08 [gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents: 12448
diff changeset
47 /* #undef HAVE_CONNECT */
3636
acda9cb26197 [gaim-migrate @ 3759]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
48
12534
6a460e34aa08 [gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents: 12448
diff changeset
49 /* Define to 1 if Cyrus SASL is present */
33942
e0a388ced476 win32: enable GnuTLS, this also enables ssl support for gg prpl
Tomasz Wasilczyk <tomkiewicz@cpw.pidgin.im>
parents: 33941
diff changeset
50 /* It's defined in global.mak. */
12534
6a460e34aa08 [gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents: 12448
diff changeset
51 /* #undef HAVE_CYRUS_SASL */
6a460e34aa08 [gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents: 12448
diff changeset
52
6a460e34aa08 [gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents: 12448
diff changeset
53 /* Define if you have the external 'daylight' variable. */
6a460e34aa08 [gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents: 12448
diff changeset
54 #define HAVE_DAYLIGHT 1
6a460e34aa08 [gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents: 12448
diff changeset
55
17002
7055be5f0647 Update MinGW config.h - it is good to do this occasionally.
Daniel Atallah <datallah@pidgin.im>
parents: 16561
diff changeset
56 /* Define if we are using D-Bus. */
12534
6a460e34aa08 [gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents: 12448
diff changeset
57 /* #undef HAVE_DBUS */
6a460e34aa08 [gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents: 12448
diff changeset
58
17002
7055be5f0647 Update MinGW config.h - it is good to do this occasionally.
Daniel Atallah <datallah@pidgin.im>
parents: 16561
diff changeset
59 /* Define to 1 if you have the `dcgettext' function. */
12534
6a460e34aa08 [gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents: 12448
diff changeset
60 /* #undef HAVE_DCGETTEXT */
3636
acda9cb26197 [gaim-migrate @ 3759]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
61
17002
7055be5f0647 Update MinGW config.h - it is good to do this occasionally.
Daniel Atallah <datallah@pidgin.im>
parents: 16561
diff changeset
62 /* 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
63 */
7055be5f0647 Update MinGW config.h - it is good to do this occasionally.
Daniel Atallah <datallah@pidgin.im>
parents: 16561
diff changeset
64 /* #undef HAVE_DECL_TZNAME */
12534
6a460e34aa08 [gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents: 12448
diff changeset
65
6a460e34aa08 [gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents: 12448
diff changeset
66 /* Define to 1 if you have the <dlfcn.h> header file. */
6a460e34aa08 [gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents: 12448
diff changeset
67 /* #undef HAVE_DLFCN_H */
6a460e34aa08 [gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents: 12448
diff changeset
68
6a460e34aa08 [gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents: 12448
diff changeset
69 /* Define if we're using evolution addressbook. */
6a460e34aa08 [gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents: 12448
diff changeset
70 /* #undef HAVE_EVOLUTION_ADDRESSBOOK */
3636
acda9cb26197 [gaim-migrate @ 3759]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
71
12534
6a460e34aa08 [gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents: 12448
diff changeset
72 /* Define to 1 if you have the <EXTERN.h> header file. */
6a460e34aa08 [gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents: 12448
diff changeset
73 /* #undef HAVE_EXTERN_H */
6a460e34aa08 [gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents: 12448
diff changeset
74
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
75 /* 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
76 /* #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
77
12534
6a460e34aa08 [gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents: 12448
diff changeset
78 /* Define to 1 if you have the <fcntl.h> header file. */
6a460e34aa08 [gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents: 12448
diff changeset
79 #define HAVE_FCNTL_H 1
6a460e34aa08 [gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents: 12448
diff changeset
80
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
81 /* 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
82 #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
83
33941
80fcf7f86e4a win32: globally define _WIN32_WINNT macro, tune config, move gtkconv themes
Tomasz Wasilczyk <tomkiewicz@cpw.pidgin.im>
parents: 33092
diff changeset
84 /* Define to 1 if you have the getaddrinfo function (since WinXP). */
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
85 #define HAVE_GETADDRINFO 1
12534
6a460e34aa08 [gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents: 12448
diff changeset
86
6a460e34aa08 [gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents: 12448
diff changeset
87 /* Define to 1 if you have the `gethostid' function. */
6a460e34aa08 [gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents: 12448
diff changeset
88 /* #define HAVE_GETHOSTID 1 */
6a460e34aa08 [gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents: 12448
diff changeset
89
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
90 /* 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
91 /* #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
92
12534
6a460e34aa08 [gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents: 12448
diff changeset
93 /* Define to 1 if you have the `getopt_long' function. */
6a460e34aa08 [gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents: 12448
diff changeset
94 /* #define HAVE_GETOPT_LONG 1 */
6a460e34aa08 [gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents: 12448
diff changeset
95
6a460e34aa08 [gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents: 12448
diff changeset
96 /* Define if the GNU gettext() function is already present or preinstalled. */
6a460e34aa08 [gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents: 12448
diff changeset
97 /* #define HAVE_GETTEXT 1 */
6a460e34aa08 [gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents: 12448
diff changeset
98
6a460e34aa08 [gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents: 12448
diff changeset
99 /* Define if you have GNUTLS */
33942
e0a388ced476 win32: enable GnuTLS, this also enables ssl support for gg prpl
Tomasz Wasilczyk <tomkiewicz@cpw.pidgin.im>
parents: 33941
diff changeset
100 #define HAVE_GNUTLS 1
12534
6a460e34aa08 [gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents: 12448
diff changeset
101
6a460e34aa08 [gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents: 12448
diff changeset
102 /* Define to 1 if you have the <gnutls/gnutls.h> header file. */
33942
e0a388ced476 win32: enable GnuTLS, this also enables ssl support for gg prpl
Tomasz Wasilczyk <tomkiewicz@cpw.pidgin.im>
parents: 33941
diff changeset
103 #define HAVE_GNUTLS_GNUTLS_H 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
104
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
105 /* 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
106 /* #undef HAVE_GNUTLS_PRIORITY_FUNCS */
12534
6a460e34aa08 [gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents: 12448
diff changeset
107
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
108 /* 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
109 #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
110
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 /* 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
112 #define HAVE_INTTYPES_H 1
6a460e34aa08 [gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents: 12448
diff changeset
113
13324
8ff1c408ef3e [gaim-migrate @ 15693]
Richard Laager <rlaager@pidgin.im>
parents: 13320
diff changeset
114 /* Define if we have IOKit */
8ff1c408ef3e [gaim-migrate @ 15693]
Richard Laager <rlaager@pidgin.im>
parents: 13320
diff changeset
115 /* #undef HAVE_IOKIT */
8ff1c408ef3e [gaim-migrate @ 15693]
Richard Laager <rlaager@pidgin.im>
parents: 13320
diff changeset
116
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
117 /* 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
118 /* #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
119
12534
6a460e34aa08 [gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents: 12448
diff changeset
120 /* 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
121 /* #undef HAVE_KRB_GET_ERR_TEXT */
3636
acda9cb26197 [gaim-migrate @ 3759]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
122
12534
6a460e34aa08 [gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents: 12448
diff changeset
123 /* Define to 1 if you have the `krb_get_lrealm' function. */
6a460e34aa08 [gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents: 12448
diff changeset
124 /* #undef HAVE_KRB_GET_LREALM */
6a460e34aa08 [gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents: 12448
diff changeset
125
6a460e34aa08 [gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents: 12448
diff changeset
126 /* Define to 1 if you have the `krb_log' function. */
6a460e34aa08 [gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents: 12448
diff changeset
127 /* #undef HAVE_KRB_LOG */
6a460e34aa08 [gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents: 12448
diff changeset
128
6a460e34aa08 [gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents: 12448
diff changeset
129 /* Define to 1 if you have the `krb_rd_req' function. */
6a460e34aa08 [gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents: 12448
diff changeset
130 /* #undef HAVE_KRB_RD_REQ */
6a460e34aa08 [gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents: 12448
diff changeset
131
6a460e34aa08 [gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents: 12448
diff changeset
132 /* Define to 1 if you have the `krb_set_key' function. */
6a460e34aa08 [gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents: 12448
diff changeset
133 /* #undef HAVE_KRB_SET_KEY */
6a460e34aa08 [gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents: 12448
diff changeset
134
6a460e34aa08 [gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents: 12448
diff changeset
135 /* Define if your <locale.h> file defines LC_MESSAGES. */
6a460e34aa08 [gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents: 12448
diff changeset
136 /* #define HAVE_LC_MESSAGES 1 */
6a460e34aa08 [gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents: 12448
diff changeset
137
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
138 /* Linked with external libgadu */
13320
b562b1baf10a [gaim-migrate @ 15688]
Richard Laager <rlaager@pidgin.im>
parents: 13153
diff changeset
139 #define HAVE_LIBGADU 1
b562b1baf10a [gaim-migrate @ 15688]
Richard Laager <rlaager@pidgin.im>
parents: 13153
diff changeset
140
12534
6a460e34aa08 [gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents: 12448
diff changeset
141 /* Define to 1 if you have the `nsl' library (-lnsl). */
6a460e34aa08 [gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents: 12448
diff changeset
142 /* #define HAVE_LIBNSL 1 */
6a460e34aa08 [gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents: 12448
diff changeset
143
6a460e34aa08 [gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents: 12448
diff changeset
144 /* Define to 1 if you have the `resolv' library (-lresolv). */
6a460e34aa08 [gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents: 12448
diff changeset
145 /* #define HAVE_LIBRESOLV 1 */
6a460e34aa08 [gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents: 12448
diff changeset
146
6a460e34aa08 [gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents: 12448
diff changeset
147 /* Define to 1 if you have the `socket' library (-lsocket). */
6a460e34aa08 [gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents: 12448
diff changeset
148 /* #undef HAVE_LIBSOCKET */
6a460e34aa08 [gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents: 12448
diff changeset
149
6a460e34aa08 [gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents: 12448
diff changeset
150 /* Define to 1 if you have the <malloc.h> header file. */
6a460e34aa08 [gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents: 12448
diff changeset
151 #define HAVE_MALLOC_H 1
6a460e34aa08 [gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents: 12448
diff changeset
152
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
153 /* 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
154 /* #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
155
12534
6a460e34aa08 [gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents: 12448
diff changeset
156 /* Define to 1 if you have the `mono_jit_init' function. */
6a460e34aa08 [gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents: 12448
diff changeset
157 /* #undef HAVE_MONO_JIT_INIT */
6a460e34aa08 [gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents: 12448
diff changeset
158
6a460e34aa08 [gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents: 12448
diff changeset
159 /* 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
160 /* #undef HAVE_MONO_JIT_JIT_H */
6a460e34aa08 [gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents: 12448
diff changeset
161
6a460e34aa08 [gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents: 12448
diff changeset
162 /* 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
163 /* #undef HAVE_MONO_METADATA_OBJECT_H */
6a460e34aa08 [gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents: 12448
diff changeset
164
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
165 /* 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
166 /* #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
167
12534
6a460e34aa08 [gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents: 12448
diff changeset
168 /* Define to 1 if you have the <nspr.h> header file. */
33941
80fcf7f86e4a win32: globally define _WIN32_WINNT macro, tune config, move gtkconv themes
Tomasz Wasilczyk <tomkiewicz@cpw.pidgin.im>
parents: 33092
diff changeset
169 #define HAVE_NSPR_H 1
12534
6a460e34aa08 [gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents: 12448
diff changeset
170
6a460e34aa08 [gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents: 12448
diff changeset
171 /* Define if you have Mozilla NSS */
6a460e34aa08 [gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents: 12448
diff changeset
172 #define HAVE_NSS 1
6a460e34aa08 [gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents: 12448
diff changeset
173
6a460e34aa08 [gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents: 12448
diff changeset
174 /* Define to 1 if you have the <nss.h> header file. */
33941
80fcf7f86e4a win32: globally define _WIN32_WINNT macro, tune config, move gtkconv themes
Tomasz Wasilczyk <tomkiewicz@cpw.pidgin.im>
parents: 33092
diff changeset
175 #define HAVE_NSS_H 1
12534
6a460e34aa08 [gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents: 12448
diff changeset
176
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
177 /* 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
178 #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
179
12534
6a460e34aa08 [gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents: 12448
diff changeset
180 /* Define to 1 if you have the <paths.h> header file. */
6a460e34aa08 [gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents: 12448
diff changeset
181 /* #define HAVE_PATHS_H 1 */
3636
acda9cb26197 [gaim-migrate @ 3759]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
182
12534
6a460e34aa08 [gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents: 12448
diff changeset
183 /* Define to 1 if you have the <prio.h> header file. */
6a460e34aa08 [gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents: 12448
diff changeset
184 /* #undef HAVE_PRIO_H */
3636
acda9cb26197 [gaim-migrate @ 3759]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
185
12534
6a460e34aa08 [gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents: 12448
diff changeset
186 /* Define to 1 if you have the <sgtty.h> header file. */
6a460e34aa08 [gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents: 12448
diff changeset
187 /* #define HAVE_SGTTY_H 1 */
6a460e34aa08 [gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents: 12448
diff changeset
188
13324
8ff1c408ef3e [gaim-migrate @ 15693]
Richard Laager <rlaager@pidgin.im>
parents: 13320
diff changeset
189 /* 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
190 #define HAVE_SILCMIME_H 1
12534
6a460e34aa08 [gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents: 12448
diff changeset
191
6a460e34aa08 [gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents: 12448
diff changeset
192 /* Define to 1 if you have the <smime.h> header file. */
6a460e34aa08 [gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents: 12448
diff changeset
193 /* #undef HAVE_SMIME_H */
6a460e34aa08 [gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents: 12448
diff changeset
194
6a460e34aa08 [gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents: 12448
diff changeset
195 /* Define to 1 if you have the `snprintf' function. */
3636
acda9cb26197 [gaim-migrate @ 3759]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
196 #define HAVE_SNPRINTF 1
acda9cb26197 [gaim-migrate @ 3759]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
197
12534
6a460e34aa08 [gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents: 12448
diff changeset
198 /* Define if you have SSL */
6a460e34aa08 [gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents: 12448
diff changeset
199 #define HAVE_SSL 1
6a460e34aa08 [gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents: 12448
diff changeset
200
6a460e34aa08 [gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents: 12448
diff changeset
201 /* Define to 1 if you have the <ssl.h> header file. */
6a460e34aa08 [gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents: 12448
diff changeset
202 /* #undef HAVE_SSL_H */
6a460e34aa08 [gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents: 12448
diff changeset
203
6a460e34aa08 [gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents: 12448
diff changeset
204 /* Define to 1 if you have the <stdint.h> header file. */
6a460e34aa08 [gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents: 12448
diff changeset
205 #define HAVE_STDINT_H 1
3636
acda9cb26197 [gaim-migrate @ 3759]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
206
12534
6a460e34aa08 [gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents: 12448
diff changeset
207 /* Define to 1 if you have the `strdup' function. */
3636
acda9cb26197 [gaim-migrate @ 3759]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
208 #define HAVE_STRDUP 1
acda9cb26197 [gaim-migrate @ 3759]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
209
13153
3e0b91a83516 [gaim-migrate @ 15515]
Richard Laager <rlaager@pidgin.im>
parents: 12600
diff changeset
210 /* 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
211 /* #undef HAVE_STRFTIME_Z_FORMAT */
3e0b91a83516 [gaim-migrate @ 15515]
Richard Laager <rlaager@pidgin.im>
parents: 12600
diff changeset
212
12534
6a460e34aa08 [gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents: 12448
diff changeset
213 /* Define to 1 if you have the <strings.h> header file. */
6a460e34aa08 [gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents: 12448
diff changeset
214 #define HAVE_STRINGS_H 1
6a460e34aa08 [gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents: 12448
diff changeset
215
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
216 /* 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
217 /* #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
218
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
219 /* 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
220 /* #define HAVE_STRUCT_TM_TM_ZONE 1 */
6a460e34aa08 [gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents: 12448
diff changeset
221
6a460e34aa08 [gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents: 12448
diff changeset
222 /* 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
223 /* #define HAVE_SYS_CDEFS_H 1 */
6a460e34aa08 [gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents: 12448
diff changeset
224
6a460e34aa08 [gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents: 12448
diff changeset
225 /* 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
226 #define HAVE_SYS_FILE_H 1
6a460e34aa08 [gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents: 12448
diff changeset
227
6a460e34aa08 [gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents: 12448
diff changeset
228 /* 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
229 /* #undef HAVE_SYS_FILIO_H */
6a460e34aa08 [gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents: 12448
diff changeset
230
6a460e34aa08 [gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents: 12448
diff changeset
231 /* 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
232 /* #define HAVE_SYS_IOCTL_H 1 */
6a460e34aa08 [gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents: 12448
diff changeset
233
6a460e34aa08 [gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents: 12448
diff changeset
234 /* 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
235 /* #undef HAVE_SYS_MSGBUF_H */
6a460e34aa08 [gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents: 12448
diff changeset
236
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
237 /* 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
238 /* #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
239
12534
6a460e34aa08 [gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents: 12448
diff changeset
240 /* 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
241 /* #define HAVE_SYS_SELECT_H 1 */
6a460e34aa08 [gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents: 12448
diff changeset
242
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
243 /* 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
244 /* #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
245
12534
6a460e34aa08 [gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents: 12448
diff changeset
246 /* 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
247 #define HAVE_SYS_STAT_H 1
6a460e34aa08 [gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents: 12448
diff changeset
248
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
249 /* 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
250 /* #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
251
12534
6a460e34aa08 [gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents: 12448
diff changeset
252 /* 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
253 #define HAVE_SYS_TYPES_H 1
6a460e34aa08 [gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents: 12448
diff changeset
254
6a460e34aa08 [gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents: 12448
diff changeset
255 /* 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
256 /* #define HAVE_SYS_UIO_H 1 */
3636
acda9cb26197 [gaim-migrate @ 3759]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
257
12534
6a460e34aa08 [gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents: 12448
diff changeset
258 /* 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
259 /* #define HAVE_SYS_UTSNAME_H 1 */
6a460e34aa08 [gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents: 12448
diff changeset
260
6a460e34aa08 [gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents: 12448
diff changeset
261 /* 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
262 /* #define HAVE_SYS_WAIT_H 1 */
6a460e34aa08 [gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents: 12448
diff changeset
263
6a460e34aa08 [gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents: 12448
diff changeset
264 /* Define to 1 if you have the <termios.h> header file. */
6a460e34aa08 [gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents: 12448
diff changeset
265 /* #define HAVE_TERMIOS_H 1 */
6a460e34aa08 [gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents: 12448
diff changeset
266
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
267 /* 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
268 /* #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
269
12534
6a460e34aa08 [gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents: 12448
diff changeset
270 /* Define if you have the external 'timezone' variable. */
6a460e34aa08 [gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents: 12448
diff changeset
271 #define HAVE_TIMEZONE 1
6a460e34aa08 [gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents: 12448
diff changeset
272
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
273 /* 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
274 /* #define HAVE_TM_GMTOFF 1 */
6a460e34aa08 [gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents: 12448
diff changeset
275
6a460e34aa08 [gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents: 12448
diff changeset
276 /* 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
277 `HAVE_STRUCT_TM_TM_ZONE' instead. */
6a460e34aa08 [gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents: 12448
diff changeset
278 /* #define HAVE_TM_ZONE 1 */
6a460e34aa08 [gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents: 12448
diff changeset
279
6a460e34aa08 [gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents: 12448
diff changeset
280 /* 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
281 `tzname'. */
6a460e34aa08 [gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents: 12448
diff changeset
282 /* #undef HAVE_TZNAME */
6a460e34aa08 [gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents: 12448
diff changeset
283
6a460e34aa08 [gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents: 12448
diff changeset
284 /* 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
285 /*#define HAVE_UNISTD_H 1*/
12534
6a460e34aa08 [gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents: 12448
diff changeset
286
17002
7055be5f0647 Update MinGW config.h - it is good to do this occasionally.
Daniel Atallah <datallah@pidgin.im>
parents: 16561
diff changeset
287 /* 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
288 /* #define HAVE_X11 1 */
3636
acda9cb26197 [gaim-migrate @ 3759]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
289
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
290 /* 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
291 /* #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
292
12534
6a460e34aa08 [gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents: 12448
diff changeset
293 /* Define if external libzephyr should be used. */
6a460e34aa08 [gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents: 12448
diff changeset
294 /* #undef LIBZEPHYR_EXT */
3636
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 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
297 */
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 /* #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
299
17002
7055be5f0647 Update MinGW config.h - it is good to do this occasionally.
Daniel Atallah <datallah@pidgin.im>
parents: 16561
diff changeset
300 /* 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
301 /* #undef NO_WIDECHAR */
7055be5f0647 Update MinGW config.h - it is good to do this occasionally.
Daniel Atallah <datallah@pidgin.im>
parents: 16561
diff changeset
302
3636
acda9cb26197 [gaim-migrate @ 3759]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
303 /* Name of package */
15891
8703019e56de win32 fixes for s/gaim/purple/ stuff.
Daniel Atallah <datallah@pidgin.im>
parents: 15512
diff changeset
304 #define PACKAGE "pidgin"
3636
acda9cb26197 [gaim-migrate @ 3759]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
305
12534
6a460e34aa08 [gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents: 12448
diff changeset
306 /* 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
307 #define PACKAGE_BUGREPORT "devel@pidgin.im"
12534
6a460e34aa08 [gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents: 12448
diff changeset
308
6a460e34aa08 [gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents: 12448
diff changeset
309 /* 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
310 #define PACKAGE_NAME "pidgin"
12534
6a460e34aa08 [gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents: 12448
diff changeset
311
6a460e34aa08 [gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents: 12448
diff changeset
312 /* 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
313 /* #define PACKAGE_STRING "pidgin ?-.?.?devel" */
12534
6a460e34aa08 [gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents: 12448
diff changeset
314
6a460e34aa08 [gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents: 12448
diff changeset
315 /* 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
316 #define PACKAGE_TARNAME "pidgin"
3636
acda9cb26197 [gaim-migrate @ 3759]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
317
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
318 /* 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
319 #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
320
12534
6a460e34aa08 [gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents: 12448
diff changeset
321 /* 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
322 /* #define PACKAGE_VERSION "?.?.?devel" */
12534
6a460e34aa08 [gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents: 12448
diff changeset
323
17002
7055be5f0647 Update MinGW config.h - it is good to do this occasionally.
Daniel Atallah <datallah@pidgin.im>
parents: 16561
diff changeset
324 /* 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
325 #define PURPLE_PLUGINS 1
12534
6a460e34aa08 [gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents: 12448
diff changeset
326
17002
7055be5f0647 Update MinGW config.h - it is good to do this occasionally.
Daniel Atallah <datallah@pidgin.im>
parents: 16561
diff changeset
327 /* 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
328 #define SIZEOF_TIME_T 4
12534
6a460e34aa08 [gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents: 12448
diff changeset
329
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
330 /* 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
331 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
332 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
333 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
334 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
335 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
336 /* #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
337
12534
6a460e34aa08 [gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents: 12448
diff changeset
338 /* Loads static protocol plugin module initialization functions. */
6a460e34aa08 [gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents: 12448
diff changeset
339 #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
340 #define STATIC_PROTO_INIT static void static_proto_init(void) { }
12534
6a460e34aa08 [gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents: 12448
diff changeset
341 #endif
3636
acda9cb26197 [gaim-migrate @ 3759]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
342
17002
7055be5f0647 Update MinGW config.h - it is good to do this occasionally.
Daniel Atallah <datallah@pidgin.im>
parents: 16561
diff changeset
343 /* Use GStreamer for playing sounds */
33948
b6c9e5dd95d1 VV: win32 support. No runtimes dependencies in dep-bundle yet. Refs #11075
Tomasz Wasilczyk <tomkiewicz@cpw.pidgin.im>
parents: 33942
diff changeset
344 /* It's defined in global.mak. */
b6c9e5dd95d1 VV: win32 support. No runtimes dependencies in dep-bundle yet. Refs #11075
Tomasz Wasilczyk <tomkiewicz@cpw.pidgin.im>
parents: 33942
diff changeset
345 /* #undef USE_GSTREAMER */
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
346
33948
b6c9e5dd95d1 VV: win32 support. No runtimes dependencies in dep-bundle yet. Refs #11075
Tomasz Wasilczyk <tomkiewicz@cpw.pidgin.im>
parents: 33942
diff changeset
347 /* Use voice and video */
b6c9e5dd95d1 VV: win32 support. No runtimes dependencies in dep-bundle yet. Refs #11075
Tomasz Wasilczyk <tomkiewicz@cpw.pidgin.im>
parents: 33942
diff changeset
348 /* It's defined in global.mak. */
b6c9e5dd95d1 VV: win32 support. No runtimes dependencies in dep-bundle yet. Refs #11075
Tomasz Wasilczyk <tomkiewicz@cpw.pidgin.im>
parents: 33942
diff changeset
349 /* #undef USE_VV */
12534
6a460e34aa08 [gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents: 12448
diff changeset
350
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
351 /* 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
352 /* #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
353
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 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
355 /* #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
356
12534
6a460e34aa08 [gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents: 12448
diff changeset
357 /* Define if we're using XScreenSaver. */
6a460e34aa08 [gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents: 12448
diff changeset
358 #define USE_SCREENSAVER 1
6a460e34aa08 [gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents: 12448
diff changeset
359
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
360 /* 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
361 /* #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
362
12534
6a460e34aa08 [gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents: 12448
diff changeset
363 /* Version number of package */
20289
5c844288fbec applied changes from 32f31e981f0618a4167aa98bcc22c2dab13d1550
John Bailey <rekkanoryo@rekkanoryo.org>
parents: 17645
diff changeset
364 #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
365 #define DISPLAY_VERSION "@DISPLAY_VERSION@"
12534
6a460e34aa08 [gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents: 12448
diff changeset
366
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
367 /* 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
368 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
369 /* # undef WORDS_BIGENDIAN */
12534
6a460e34aa08 [gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents: 12448
diff changeset
370
6a460e34aa08 [gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents: 12448
diff changeset
371 /* 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
372 /* #undef X_DISPLAY_MISSING */
6a460e34aa08 [gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents: 12448
diff changeset
373
6a460e34aa08 [gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents: 12448
diff changeset
374 /* Size of an int32. */
6a460e34aa08 [gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents: 12448
diff changeset
375 #define ZEPHYR_INT32 long
3636
acda9cb26197 [gaim-migrate @ 3759]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
376
12534
6a460e34aa08 [gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents: 12448
diff changeset
377 /* Define if kerberos should be used in Zephyr. */
6a460e34aa08 [gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents: 12448
diff changeset
378 /* #undef ZEPHYR_USES_KERBEROS */
6a460e34aa08 [gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents: 12448
diff changeset
379
6a460e34aa08 [gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents: 12448
diff changeset
380 /* 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
381 /* #define _FILE_OFFSET_BITS 64 */
3636
acda9cb26197 [gaim-migrate @ 3759]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
382
12534
6a460e34aa08 [gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents: 12448
diff changeset
383 /* Define for large files, on AIX-style hosts. */
6a460e34aa08 [gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents: 12448
diff changeset
384 /* #undef _LARGE_FILES */
6a460e34aa08 [gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents: 12448
diff changeset
385
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
386 /* 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
387 /* #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
388
12534
6a460e34aa08 [gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents: 12448
diff changeset
389 /* 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
390 /* #undef socklen_t */
13810
e63ac6c6ed1d [gaim-migrate @ 16234]
Daniel Atallah <datallah@pidgin.im>
parents: 13633
diff changeset
391
3636
acda9cb26197 [gaim-migrate @ 3759]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
392 /*
16100
a0ab70986c10 This should get all the Win32 Makefiles in line with
Kevin Stange <kstange@pidgin.im>
parents: 15999
diff changeset
393 * Following are added for Win32 version of Pidgin
3636
acda9cb26197 [gaim-migrate @ 3759]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
394 */
12534
6a460e34aa08 [gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents: 12448
diff changeset
395 #define HAVE_VSNPRINTF 1
14071
fa1c877e2520 [gaim-migrate @ 16596]
Daniel Atallah <datallah@pidgin.im>
parents: 13810
diff changeset
396
35901
5bcb306a4edf cross-win32: FHS support for win32
Tomasz Wasilczyk <twasilczyk@pidgin.im>
parents: 35864
diff changeset
397 #define FINCH_LIBDIR wpurple_lib_dir(NULL)
5bcb306a4edf cross-win32: FHS support for win32
Tomasz Wasilczyk <twasilczyk@pidgin.im>
parents: 35864
diff changeset
398 #define PIDGIN_LIBDIR wpurple_lib_dir(NULL)
5bcb306a4edf cross-win32: FHS support for win32
Tomasz Wasilczyk <twasilczyk@pidgin.im>
parents: 35864
diff changeset
399 #define PURPLE_DATADIR wpurple_bin_dir()
5bcb306a4edf cross-win32: FHS support for win32
Tomasz Wasilczyk <twasilczyk@pidgin.im>
parents: 35864
diff changeset
400 #define PURPLE_LIBDIR wpurple_lib_dir(NULL)
35861
57c23af0b140 Win32: fix legacy build
Tomasz Wasilczyk <twasilczyk@pidgin.im>
parents: 35391
diff changeset
401 #define PURPLE_LOCALEDIR wpurple_locale_dir()
57c23af0b140 Win32: fix legacy build
Tomasz Wasilczyk <twasilczyk@pidgin.im>
parents: 35391
diff changeset
402 #define PURPLE_SYSCONFDIR wpurple_sysconf_dir()
57c23af0b140 Win32: fix legacy build
Tomasz Wasilczyk <twasilczyk@pidgin.im>
parents: 35391
diff changeset
403
20294
5af4a755ab36 applied changes from b8fa91b64c41d38520d7944d70d627007e271158
John Bailey <rekkanoryo@rekkanoryo.org>
parents: 20289
diff changeset
404 #define HAVE_FILENO 1
5af4a755ab36 applied changes from b8fa91b64c41d38520d7944d70d627007e271158
John Bailey <rekkanoryo@rekkanoryo.org>
parents: 20289
diff changeset
405
33941
80fcf7f86e4a win32: globally define _WIN32_WINNT macro, tune config, move gtkconv themes
Tomasz Wasilczyk <tomkiewicz@cpw.pidgin.im>
parents: 33092
diff changeset
406 #ifndef _WIN32_WINNT
80fcf7f86e4a win32: globally define _WIN32_WINNT macro, tune config, move gtkconv themes
Tomasz Wasilczyk <tomkiewicz@cpw.pidgin.im>
parents: 33092
diff changeset
407 /* _WIN32_WINNT_WINXP = 0x0501 */
80fcf7f86e4a win32: globally define _WIN32_WINNT macro, tune config, move gtkconv themes
Tomasz Wasilczyk <tomkiewicz@cpw.pidgin.im>
parents: 33092
diff changeset
408 #define _WIN32_WINNT 0x0501
80fcf7f86e4a win32: globally define _WIN32_WINNT macro, tune config, move gtkconv themes
Tomasz Wasilczyk <tomkiewicz@cpw.pidgin.im>
parents: 33092
diff changeset
409 #endif
37901
41e45e18f3b2 Monster merge everything
Gary Kramlich <grim@reaperworld.com>
parents: 37140 37515
diff changeset
410

mercurial