Tue, 18 Aug 2009 22:35:34 +0000
Stop attempting to fetch oscar buddy info automatically for people on our
buddy list. tmm1 (Aman Gupta) correct pointed out that the only thing we
need this for is to show users' status messages in the buddy list, and new
AIM clients have been putting the status message in the userinfo block which
is sent as part of the presence. So we can eliminate a lot of code.
We now grab screen name formatting when we get the initial presence for
buddies rather than when we get the auto-fetched info
And the "message" stored in the buddy's PurpleStatus will now be
plaintext even when the away message contains HTML. This is because
the status message from the userinfo block is always plaintext.
This doesn't cause problems for any UIs that I'm aware of, but let
me know if it undesirable for you.
Fixes #9843
|
12534
6a460e34aa08
[gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents:
12448
diff
changeset
|
1 | /* config.h. Generated by configure. */ |
|
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 | |
|
6a460e34aa08
[gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents:
12448
diff
changeset
|
4 | /* configure arguments */ |
|
6a460e34aa08
[gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents:
12448
diff
changeset
|
5 | /* #undef CONFIG_ARGS */ |
| 3636 | 6 | |
|
12534
6a460e34aa08
[gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents:
12448
diff
changeset
|
7 | /* Define if debugging is enabled. */ |
|
6a460e34aa08
[gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents:
12448
diff
changeset
|
8 | /* #undef DEBUG */ |
|
6a460e34aa08
[gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents:
12448
diff
changeset
|
9 | |
|
6a460e34aa08
[gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents:
12448
diff
changeset
|
10 | /* Define if mono enabled. */ |
|
6a460e34aa08
[gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents:
12448
diff
changeset
|
11 | /* #undef ENABLE_MONO */ |
| 3636 | 12 | |
|
17002
7055be5f0647
Update MinGW config.h - it is good to do this occasionally.
Daniel Atallah <datallah@pidgin.im>
parents:
16561
diff
changeset
|
13 | /* always defined to indicate that i18n is enabled */ |
|
12534
6a460e34aa08
[gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents:
12448
diff
changeset
|
14 | #define ENABLE_NLS 1 |
| 3636 | 15 | |
|
12534
6a460e34aa08
[gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents:
12448
diff
changeset
|
16 | /* Define if you have the external 'altzone' variable. */ |
|
6a460e34aa08
[gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents:
12448
diff
changeset
|
17 | /* #undef HAVE_ALTZONE */ |
|
6a460e34aa08
[gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents:
12448
diff
changeset
|
18 | |
|
12561
c81871bffd54
[gaim-migrate @ 14880]
Richard Laager <rlaager@pidgin.im>
parents:
12534
diff
changeset
|
19 | /* 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
|
20 | /* #undef HAVE_ARPA_NAMESER_COMPAT_H */ |
|
c81871bffd54
[gaim-migrate @ 14880]
Richard Laager <rlaager@pidgin.im>
parents:
12534
diff
changeset
|
21 | |
|
12534
6a460e34aa08
[gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents:
12448
diff
changeset
|
22 | /* Define to 1 if you have the `atexit' function. */ |
|
6a460e34aa08
[gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents:
12448
diff
changeset
|
23 | #define HAVE_ATEXIT 1 |
|
6a460e34aa08
[gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents:
12448
diff
changeset
|
24 | |
|
17002
7055be5f0647
Update MinGW config.h - it is good to do this occasionally.
Daniel Atallah <datallah@pidgin.im>
parents:
16561
diff
changeset
|
25 | /* 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
|
26 | /* #undef HAVE_BIND_TEXTDOMAIN_CODESET */ |
|
12534
6a460e34aa08
[gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents:
12448
diff
changeset
|
27 | |
|
6a460e34aa08
[gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents:
12448
diff
changeset
|
28 | /* Define to 1 if you have the `connect' function. */ |
|
6a460e34aa08
[gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents:
12448
diff
changeset
|
29 | /* #undef HAVE_CONNECT */ |
| 3636 | 30 | |
|
12534
6a460e34aa08
[gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents:
12448
diff
changeset
|
31 | /* Define to 1 if Cyrus SASL is present */ |
|
6a460e34aa08
[gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents:
12448
diff
changeset
|
32 | /* #undef HAVE_CYRUS_SASL */ |
|
6a460e34aa08
[gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents:
12448
diff
changeset
|
33 | |
|
6a460e34aa08
[gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents:
12448
diff
changeset
|
34 | /* Define if you have the external 'daylight' variable. */ |
|
6a460e34aa08
[gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents:
12448
diff
changeset
|
35 | #define HAVE_DAYLIGHT 1 |
|
6a460e34aa08
[gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents:
12448
diff
changeset
|
36 | |
|
17002
7055be5f0647
Update MinGW config.h - it is good to do this occasionally.
Daniel Atallah <datallah@pidgin.im>
parents:
16561
diff
changeset
|
37 | /* Define if we are using D-Bus. */ |
|
12534
6a460e34aa08
[gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents:
12448
diff
changeset
|
38 | /* #undef HAVE_DBUS */ |
|
6a460e34aa08
[gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents:
12448
diff
changeset
|
39 | |
|
17002
7055be5f0647
Update MinGW config.h - it is good to do this occasionally.
Daniel Atallah <datallah@pidgin.im>
parents:
16561
diff
changeset
|
40 | /* Define to 1 if you have the `dcgettext' function. */ |
|
12534
6a460e34aa08
[gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents:
12448
diff
changeset
|
41 | /* #undef HAVE_DCGETTEXT */ |
| 3636 | 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 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
|
44 | */ |
|
7055be5f0647
Update MinGW config.h - it is good to do this occasionally.
Daniel Atallah <datallah@pidgin.im>
parents:
16561
diff
changeset
|
45 | /* #undef HAVE_DECL_TZNAME */ |
|
12534
6a460e34aa08
[gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents:
12448
diff
changeset
|
46 | |
|
6a460e34aa08
[gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents:
12448
diff
changeset
|
47 | /* Define to 1 if you have the <dlfcn.h> header file. */ |
|
6a460e34aa08
[gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents:
12448
diff
changeset
|
48 | /* #undef HAVE_DLFCN_H */ |
|
6a460e34aa08
[gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents:
12448
diff
changeset
|
49 | |
|
6a460e34aa08
[gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents:
12448
diff
changeset
|
50 | /* whether or not we have dot */ |
|
6a460e34aa08
[gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents:
12448
diff
changeset
|
51 | /* #undef HAVE_DOT */ |
| 3636 | 52 | |
|
12534
6a460e34aa08
[gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents:
12448
diff
changeset
|
53 | /* whether or not we have doxygen */ |
|
6a460e34aa08
[gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents:
12448
diff
changeset
|
54 | /* #undef HAVE_DOXYGEN */ |
|
6a460e34aa08
[gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents:
12448
diff
changeset
|
55 | |
|
6a460e34aa08
[gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents:
12448
diff
changeset
|
56 | /* Define if we're using evolution addressbook. */ |
|
6a460e34aa08
[gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents:
12448
diff
changeset
|
57 | /* #undef HAVE_EVOLUTION_ADDRESSBOOK */ |
| 3636 | 58 | |
|
12534
6a460e34aa08
[gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents:
12448
diff
changeset
|
59 | /* Define to 1 if you have the <EXTERN.h> header file. */ |
|
6a460e34aa08
[gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents:
12448
diff
changeset
|
60 | /* #undef HAVE_EXTERN_H */ |
|
6a460e34aa08
[gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents:
12448
diff
changeset
|
61 | |
|
6a460e34aa08
[gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents:
12448
diff
changeset
|
62 | /* Define to 1 if you have the <fcntl.h> header file. */ |
|
6a460e34aa08
[gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents:
12448
diff
changeset
|
63 | #define HAVE_FCNTL_H 1 |
|
6a460e34aa08
[gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents:
12448
diff
changeset
|
64 | |
|
6a460e34aa08
[gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents:
12448
diff
changeset
|
65 | /* Define to 1 if you have the getaddrinfo function. */ |
|
6a460e34aa08
[gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents:
12448
diff
changeset
|
66 | /* TODO: Use this on new enough versions of Windows */ |
|
6a460e34aa08
[gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents:
12448
diff
changeset
|
67 | /* #define HAVE_GETADDRINFO 1 */ |
|
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 to 1 if you have the `gethostid' function. */ |
|
6a460e34aa08
[gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents:
12448
diff
changeset
|
70 | /* #define HAVE_GETHOSTID 1 */ |
|
6a460e34aa08
[gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents:
12448
diff
changeset
|
71 | |
|
6a460e34aa08
[gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents:
12448
diff
changeset
|
72 | /* Define to 1 if you have the `getopt_long' function. */ |
|
6a460e34aa08
[gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents:
12448
diff
changeset
|
73 | /* #define HAVE_GETOPT_LONG 1 */ |
|
6a460e34aa08
[gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents:
12448
diff
changeset
|
74 | |
|
6a460e34aa08
[gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents:
12448
diff
changeset
|
75 | /* Define if the GNU gettext() function is already present or preinstalled. */ |
|
6a460e34aa08
[gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents:
12448
diff
changeset
|
76 | /* #define HAVE_GETTEXT 1 */ |
|
6a460e34aa08
[gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents:
12448
diff
changeset
|
77 | |
|
6a460e34aa08
[gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents:
12448
diff
changeset
|
78 | /* Define if you have GNUTLS */ |
|
6a460e34aa08
[gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents:
12448
diff
changeset
|
79 | /* #define HAVE_GNUTLS 1 */ |
|
6a460e34aa08
[gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents:
12448
diff
changeset
|
80 | |
|
6a460e34aa08
[gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents:
12448
diff
changeset
|
81 | /* Define to 1 if you have the <gnutls/gnutls.h> header file. */ |
|
6a460e34aa08
[gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents:
12448
diff
changeset
|
82 | /* #define HAVE_GNUTLS_GNUTLS_H 1 */ |
|
6a460e34aa08
[gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents:
12448
diff
changeset
|
83 | |
|
6a460e34aa08
[gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents:
12448
diff
changeset
|
84 | /* Define if <inttypes.h> exists and doesn't clash with <sys/types.h>. */ |
|
6a460e34aa08
[gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents:
12448
diff
changeset
|
85 | #define HAVE_INTTYPES_H 1 |
|
6a460e34aa08
[gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents:
12448
diff
changeset
|
86 | |
|
13324
8ff1c408ef3e
[gaim-migrate @ 15693]
Richard Laager <rlaager@pidgin.im>
parents:
13320
diff
changeset
|
87 | /* Define if we have IOKit */ |
|
8ff1c408ef3e
[gaim-migrate @ 15693]
Richard Laager <rlaager@pidgin.im>
parents:
13320
diff
changeset
|
88 | /* #undef HAVE_IOKIT */ |
|
8ff1c408ef3e
[gaim-migrate @ 15693]
Richard Laager <rlaager@pidgin.im>
parents:
13320
diff
changeset
|
89 | |
|
12534
6a460e34aa08
[gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents:
12448
diff
changeset
|
90 | /* 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
|
91 | /* #undef HAVE_KRB_GET_ERR_TEXT */ |
| 3636 | 92 | |
|
12534
6a460e34aa08
[gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents:
12448
diff
changeset
|
93 | /* Define to 1 if you have the `krb_get_lrealm' function. */ |
|
6a460e34aa08
[gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents:
12448
diff
changeset
|
94 | /* #undef HAVE_KRB_GET_LREALM */ |
|
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 to 1 if you have the `krb_log' function. */ |
|
6a460e34aa08
[gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents:
12448
diff
changeset
|
97 | /* #undef HAVE_KRB_LOG */ |
|
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 to 1 if you have the `krb_rd_req' function. */ |
|
6a460e34aa08
[gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents:
12448
diff
changeset
|
100 | /* #undef HAVE_KRB_RD_REQ */ |
|
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 `krb_set_key' function. */ |
|
6a460e34aa08
[gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents:
12448
diff
changeset
|
103 | /* #undef HAVE_KRB_SET_KEY */ |
|
6a460e34aa08
[gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents:
12448
diff
changeset
|
104 | |
|
6a460e34aa08
[gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents:
12448
diff
changeset
|
105 | /* Define if your <locale.h> file defines LC_MESSAGES. */ |
|
6a460e34aa08
[gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents:
12448
diff
changeset
|
106 | /* #define HAVE_LC_MESSAGES 1 */ |
|
6a460e34aa08
[gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents:
12448
diff
changeset
|
107 | |
|
13320
b562b1baf10a
[gaim-migrate @ 15688]
Richard Laager <rlaager@pidgin.im>
parents:
13153
diff
changeset
|
108 | /* Define to 1 if you have libgadu. */ |
|
b562b1baf10a
[gaim-migrate @ 15688]
Richard Laager <rlaager@pidgin.im>
parents:
13153
diff
changeset
|
109 | #define HAVE_LIBGADU 1 |
|
b562b1baf10a
[gaim-migrate @ 15688]
Richard Laager <rlaager@pidgin.im>
parents:
13153
diff
changeset
|
110 | |
|
17002
7055be5f0647
Update MinGW config.h - it is good to do this occasionally.
Daniel Atallah <datallah@pidgin.im>
parents:
16561
diff
changeset
|
111 | /* Define if you have NetworkManager */ |
|
7055be5f0647
Update MinGW config.h - it is good to do this occasionally.
Daniel Atallah <datallah@pidgin.im>
parents:
16561
diff
changeset
|
112 | /* #undef HAVE_LIBNM */ |
|
7055be5f0647
Update MinGW config.h - it is good to do this occasionally.
Daniel Atallah <datallah@pidgin.im>
parents:
16561
diff
changeset
|
113 | |
|
12534
6a460e34aa08
[gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents:
12448
diff
changeset
|
114 | /* Define to 1 if you have the `nsl' library (-lnsl). */ |
|
6a460e34aa08
[gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents:
12448
diff
changeset
|
115 | /* #define HAVE_LIBNSL 1 */ |
|
6a460e34aa08
[gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents:
12448
diff
changeset
|
116 | |
|
6a460e34aa08
[gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents:
12448
diff
changeset
|
117 | /* Define to 1 if you have the `resolv' library (-lresolv). */ |
|
6a460e34aa08
[gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents:
12448
diff
changeset
|
118 | /* #define HAVE_LIBRESOLV 1 */ |
|
6a460e34aa08
[gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents:
12448
diff
changeset
|
119 | |
|
6a460e34aa08
[gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents:
12448
diff
changeset
|
120 | /* Define to 1 if you have the `socket' library (-lsocket). */ |
|
6a460e34aa08
[gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents:
12448
diff
changeset
|
121 | /* #undef HAVE_LIBSOCKET */ |
|
6a460e34aa08
[gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents:
12448
diff
changeset
|
122 | |
|
6a460e34aa08
[gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents:
12448
diff
changeset
|
123 | /* Define to 1 if you have the <locale.h> header file. */ |
|
6a460e34aa08
[gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents:
12448
diff
changeset
|
124 | #define HAVE_LOCALE_H 1 |
|
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 `lrand48' function. */ |
|
6a460e34aa08
[gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents:
12448
diff
changeset
|
127 | /* #define HAVE_LRAND48 1 */ |
|
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 <malloc.h> header file. */ |
|
6a460e34aa08
[gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents:
12448
diff
changeset
|
130 | #define HAVE_MALLOC_H 1 |
|
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 `memcpy' function. */ |
|
6a460e34aa08
[gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents:
12448
diff
changeset
|
133 | #define HAVE_MEMCPY 1 |
|
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 to 1 if you have the `memmove' function. */ |
|
6a460e34aa08
[gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents:
12448
diff
changeset
|
136 | #define HAVE_MEMMOVE 1 |
|
6a460e34aa08
[gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents:
12448
diff
changeset
|
137 | |
|
6a460e34aa08
[gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents:
12448
diff
changeset
|
138 | /* Define to 1 if you have the <memory.h> header file. */ |
|
6a460e34aa08
[gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents:
12448
diff
changeset
|
139 | #define HAVE_MEMORY_H 1 |
|
6a460e34aa08
[gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents:
12448
diff
changeset
|
140 | |
|
6a460e34aa08
[gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents:
12448
diff
changeset
|
141 | /* Define to 1 if you have the `mono_jit_init' function. */ |
|
6a460e34aa08
[gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents:
12448
diff
changeset
|
142 | /* #undef HAVE_MONO_JIT_INIT */ |
|
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 <mono/jit/jit.h> header file. */ |
|
6a460e34aa08
[gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents:
12448
diff
changeset
|
145 | /* #undef HAVE_MONO_JIT_JIT_H */ |
|
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 <mono/metadata/object.h> header file. */ |
|
6a460e34aa08
[gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents:
12448
diff
changeset
|
148 | /* #undef HAVE_MONO_METADATA_OBJECT_H */ |
|
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 <nspr.h> header file. */ |
|
6a460e34aa08
[gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents:
12448
diff
changeset
|
151 | /* #undef HAVE_NSPR_H */ |
|
6a460e34aa08
[gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents:
12448
diff
changeset
|
152 | |
|
6a460e34aa08
[gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents:
12448
diff
changeset
|
153 | /* Define if you have Mozilla NSS */ |
|
6a460e34aa08
[gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents:
12448
diff
changeset
|
154 | #define HAVE_NSS 1 |
|
6a460e34aa08
[gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents:
12448
diff
changeset
|
155 | |
|
6a460e34aa08
[gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents:
12448
diff
changeset
|
156 | /* Define to 1 if you have the <nss.h> header file. */ |
|
6a460e34aa08
[gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents:
12448
diff
changeset
|
157 | /* #undef HAVE_NSS_H */ |
|
6a460e34aa08
[gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents:
12448
diff
changeset
|
158 | |
|
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
|
159 | /* 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
|
160 | #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
|
161 | |
|
12534
6a460e34aa08
[gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents:
12448
diff
changeset
|
162 | /* Define to 1 if you have the <paths.h> header file. */ |
|
6a460e34aa08
[gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents:
12448
diff
changeset
|
163 | /* #define HAVE_PATHS_H 1 */ |
| 3636 | 164 | |
|
12448
6bd3d0380458
[gaim-migrate @ 14755]
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
12423
diff
changeset
|
165 | /* Compile with support for perl */ |
|
6bd3d0380458
[gaim-migrate @ 14755]
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
12423
diff
changeset
|
166 | #define HAVE_PERL 1 |
|
6bd3d0380458
[gaim-migrate @ 14755]
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
12423
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 `Perl_eval_pv' function. */ |
| 3636 | 169 | /* #undef HAVE_PERL_EVAL_PV */ |
| 170 | ||
|
12534
6a460e34aa08
[gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents:
12448
diff
changeset
|
171 | /* Define to 1 if you have the <perl.h> header file. */ |
|
6a460e34aa08
[gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents:
12448
diff
changeset
|
172 | #define HAVE_PERL_H 1 |
| 3636 | 173 | |
|
12534
6a460e34aa08
[gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents:
12448
diff
changeset
|
174 | /* Define to 1 if you have the `perl_run' function. */ |
|
6a460e34aa08
[gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents:
12448
diff
changeset
|
175 | /* #define HAVE_PERL_RUN 1 */ |
| 3636 | 176 | |
|
12534
6a460e34aa08
[gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents:
12448
diff
changeset
|
177 | /* Define to 1 if you have the <prio.h> header file. */ |
|
6a460e34aa08
[gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents:
12448
diff
changeset
|
178 | /* #undef HAVE_PRIO_H */ |
| 3636 | 179 | |
|
12534
6a460e34aa08
[gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents:
12448
diff
changeset
|
180 | /* Define to 1 if you have the `random' function. */ |
|
6a460e34aa08
[gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents:
12448
diff
changeset
|
181 | /* #define HAVE_RANDOM 1 */ |
| 3636 | 182 | |
|
12534
6a460e34aa08
[gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents:
12448
diff
changeset
|
183 | /* Define to 1 if you have the <regex.h> header file. */ |
|
6a460e34aa08
[gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents:
12448
diff
changeset
|
184 | /* #define HAVE_REGEX_H 1 */ |
| 3636 | 185 | |
|
12534
6a460e34aa08
[gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents:
12448
diff
changeset
|
186 | /* Define to 1 if you have the `setlocale' function. */ |
| 3636 | 187 | #define HAVE_SETLOCALE 1 |
| 188 | ||
|
12534
6a460e34aa08
[gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents:
12448
diff
changeset
|
189 | /* Define to 1 if you have the <sgtty.h> header file. */ |
|
6a460e34aa08
[gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents:
12448
diff
changeset
|
190 | /* #define HAVE_SGTTY_H 1 */ |
|
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 <signal.h> header file. */ |
|
6a460e34aa08
[gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents:
12448
diff
changeset
|
193 | /* #define HAVE_SIGNAL_H 1 */ |
|
6a460e34aa08
[gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents:
12448
diff
changeset
|
194 | |
|
13324
8ff1c408ef3e
[gaim-migrate @ 15693]
Richard Laager <rlaager@pidgin.im>
parents:
13320
diff
changeset
|
195 | /* 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
|
196 | #define HAVE_SILCMIME_H 1 |
|
12534
6a460e34aa08
[gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents:
12448
diff
changeset
|
197 | |
|
6a460e34aa08
[gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents:
12448
diff
changeset
|
198 | /* Define to 1 if you have the <smime.h> header file. */ |
|
6a460e34aa08
[gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents:
12448
diff
changeset
|
199 | /* #undef HAVE_SMIME_H */ |
|
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 `snprintf' function. */ |
| 3636 | 202 | #define HAVE_SNPRINTF 1 |
| 203 | ||
|
12534
6a460e34aa08
[gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents:
12448
diff
changeset
|
204 | /* Define if you have SSL */ |
|
6a460e34aa08
[gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents:
12448
diff
changeset
|
205 | #define HAVE_SSL 1 |
|
6a460e34aa08
[gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents:
12448
diff
changeset
|
206 | |
|
6a460e34aa08
[gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents:
12448
diff
changeset
|
207 | /* Define to 1 if you have the <ssl.h> header file. */ |
|
6a460e34aa08
[gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents:
12448
diff
changeset
|
208 | /* #undef HAVE_SSL_H */ |
|
6a460e34aa08
[gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents:
12448
diff
changeset
|
209 | |
|
6a460e34aa08
[gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents:
12448
diff
changeset
|
210 | /* Define if we're using libstartup-notification. */ |
|
6a460e34aa08
[gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents:
12448
diff
changeset
|
211 | /* #define HAVE_STARTUP_NOTIFICATION 1 */ |
|
6a460e34aa08
[gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents:
12448
diff
changeset
|
212 | |
|
6a460e34aa08
[gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents:
12448
diff
changeset
|
213 | /* Define to 1 if you have the <stdarg.h> header file. */ |
|
6a460e34aa08
[gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents:
12448
diff
changeset
|
214 | #define HAVE_STDARG_H 1 |
| 3636 | 215 | |
|
12534
6a460e34aa08
[gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents:
12448
diff
changeset
|
216 | /* Define to 1 if you have the <stdint.h> header file. */ |
|
6a460e34aa08
[gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents:
12448
diff
changeset
|
217 | #define HAVE_STDINT_H 1 |
| 3636 | 218 | |
|
12534
6a460e34aa08
[gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents:
12448
diff
changeset
|
219 | /* Define to 1 if you have the <stdlib.h> header file. */ |
|
6a460e34aa08
[gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents:
12448
diff
changeset
|
220 | #define HAVE_STDLIB_H 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 `strchr' function. */ |
| 3636 | 223 | #define HAVE_STRCHR 1 |
| 224 | ||
|
12534
6a460e34aa08
[gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents:
12448
diff
changeset
|
225 | /* Define to 1 if you have the `strdup' function. */ |
| 3636 | 226 | #define HAVE_STRDUP 1 |
| 227 | ||
|
12534
6a460e34aa08
[gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents:
12448
diff
changeset
|
228 | /* Define to 1 if you have the `strerror' function. */ |
| 3636 | 229 | #define HAVE_STRERROR 1 |
| 230 | ||
|
12534
6a460e34aa08
[gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents:
12448
diff
changeset
|
231 | /* Define to 1 if you have the `strftime' function. */ |
|
6a460e34aa08
[gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents:
12448
diff
changeset
|
232 | #define HAVE_STRFTIME 1 |
|
6a460e34aa08
[gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents:
12448
diff
changeset
|
233 | |
|
13153
3e0b91a83516
[gaim-migrate @ 15515]
Richard Laager <rlaager@pidgin.im>
parents:
12600
diff
changeset
|
234 | /* 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
|
235 | /* #undef HAVE_STRFTIME_Z_FORMAT */ |
|
3e0b91a83516
[gaim-migrate @ 15515]
Richard Laager <rlaager@pidgin.im>
parents:
12600
diff
changeset
|
236 | |
|
12534
6a460e34aa08
[gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents:
12448
diff
changeset
|
237 | /* Define to 1 if you have the <strings.h> header file. */ |
|
6a460e34aa08
[gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents:
12448
diff
changeset
|
238 | #define HAVE_STRINGS_H 1 |
|
6a460e34aa08
[gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents:
12448
diff
changeset
|
239 | |
|
6a460e34aa08
[gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents:
12448
diff
changeset
|
240 | /* Define to 1 if you have the <string.h> header file. */ |
|
6a460e34aa08
[gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents:
12448
diff
changeset
|
241 | #define HAVE_STRING_H 1 |
|
6a460e34aa08
[gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents:
12448
diff
changeset
|
242 | |
|
6a460e34aa08
[gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents:
12448
diff
changeset
|
243 | /* Define to 1 if you have the `strstr' function. */ |
| 3636 | 244 | #define HAVE_STRSTR 1 |
| 245 | ||
|
12534
6a460e34aa08
[gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents:
12448
diff
changeset
|
246 | /* Define to 1 if `tm_zone' is member of `struct tm'. */ |
|
6a460e34aa08
[gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents:
12448
diff
changeset
|
247 | /* #define HAVE_STRUCT_TM_TM_ZONE 1 */ |
|
6a460e34aa08
[gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents:
12448
diff
changeset
|
248 | |
|
6a460e34aa08
[gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents:
12448
diff
changeset
|
249 | /* 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
|
250 | /* #define HAVE_SYS_CDEFS_H 1 */ |
|
6a460e34aa08
[gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents:
12448
diff
changeset
|
251 | |
|
6a460e34aa08
[gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents:
12448
diff
changeset
|
252 | /* 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
|
253 | #define HAVE_SYS_FILE_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/filio.h> header file. */ |
|
6a460e34aa08
[gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents:
12448
diff
changeset
|
256 | /* #undef HAVE_SYS_FILIO_H */ |
|
6a460e34aa08
[gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents:
12448
diff
changeset
|
257 | |
|
6a460e34aa08
[gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents:
12448
diff
changeset
|
258 | /* 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
|
259 | /* #define HAVE_SYS_IOCTL_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/msgbuf.h> header file. */ |
|
6a460e34aa08
[gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents:
12448
diff
changeset
|
262 | /* #undef HAVE_SYS_MSGBUF_H */ |
|
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 <sys/select.h> header file. */ |
|
6a460e34aa08
[gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents:
12448
diff
changeset
|
265 | /* #define HAVE_SYS_SELECT_H 1 */ |
|
6a460e34aa08
[gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents:
12448
diff
changeset
|
266 | |
|
6a460e34aa08
[gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents:
12448
diff
changeset
|
267 | /* 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
|
268 | #define HAVE_SYS_STAT_H 1 |
|
6a460e34aa08
[gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents:
12448
diff
changeset
|
269 | |
|
6a460e34aa08
[gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents:
12448
diff
changeset
|
270 | /* 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
|
271 | /* #undef HAVE_SYS_TIME_H */ |
|
12534
6a460e34aa08
[gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents:
12448
diff
changeset
|
272 | |
|
6a460e34aa08
[gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents:
12448
diff
changeset
|
273 | /* 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
|
274 | #define HAVE_SYS_TYPES_H 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 you have the <sys/uio.h> header file. */ |
|
6a460e34aa08
[gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents:
12448
diff
changeset
|
277 | /* #define HAVE_SYS_UIO_H 1 */ |
| 3636 | 278 | |
|
12534
6a460e34aa08
[gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents:
12448
diff
changeset
|
279 | /* 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
|
280 | /* #define HAVE_SYS_UTSNAME_H 1 */ |
|
6a460e34aa08
[gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents:
12448
diff
changeset
|
281 | |
|
6a460e34aa08
[gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents:
12448
diff
changeset
|
282 | /* 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
|
283 | /* #define HAVE_SYS_WAIT_H 1 */ |
|
6a460e34aa08
[gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents:
12448
diff
changeset
|
284 | |
|
6a460e34aa08
[gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents:
12448
diff
changeset
|
285 | /* Compile with support for the Tcl toolkit */ |
|
6a460e34aa08
[gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents:
12448
diff
changeset
|
286 | #define HAVE_TCL 1 |
|
6a460e34aa08
[gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents:
12448
diff
changeset
|
287 | |
|
6a460e34aa08
[gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents:
12448
diff
changeset
|
288 | /* Define to 1 if you have the <termios.h> header file. */ |
|
6a460e34aa08
[gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents:
12448
diff
changeset
|
289 | /* #define HAVE_TERMIOS_H 1 */ |
|
6a460e34aa08
[gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents:
12448
diff
changeset
|
290 | |
|
6a460e34aa08
[gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents:
12448
diff
changeset
|
291 | /* Define if you have the external 'timezone' variable. */ |
|
6a460e34aa08
[gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents:
12448
diff
changeset
|
292 | #define HAVE_TIMEZONE 1 |
|
6a460e34aa08
[gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents:
12448
diff
changeset
|
293 | |
|
6a460e34aa08
[gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents:
12448
diff
changeset
|
294 | /* Compile with support for the Tk toolkit */ |
|
6a460e34aa08
[gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents:
12448
diff
changeset
|
295 | #define HAVE_TK 1 |
|
6a460e34aa08
[gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents:
12448
diff
changeset
|
296 | |
|
6a460e34aa08
[gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents:
12448
diff
changeset
|
297 | /* tm_gmtoff is available. */ |
|
6a460e34aa08
[gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents:
12448
diff
changeset
|
298 | /* #define HAVE_TM_GMTOFF 1 */ |
|
6a460e34aa08
[gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents:
12448
diff
changeset
|
299 | |
|
6a460e34aa08
[gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents:
12448
diff
changeset
|
300 | /* 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
|
301 | `HAVE_STRUCT_TM_TM_ZONE' instead. */ |
|
6a460e34aa08
[gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents:
12448
diff
changeset
|
302 | /* #define HAVE_TM_ZONE 1 */ |
|
6a460e34aa08
[gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents:
12448
diff
changeset
|
303 | |
|
6a460e34aa08
[gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents:
12448
diff
changeset
|
304 | /* 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
|
305 | `tzname'. */ |
|
6a460e34aa08
[gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents:
12448
diff
changeset
|
306 | /* #undef HAVE_TZNAME */ |
|
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 <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
|
309 | /*#define HAVE_UNISTD_H 1*/ |
|
12534
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 `vprintf' function. */ |
| 3636 | 312 | #define HAVE_VPRINTF 1 |
| 313 | ||
|
17002
7055be5f0647
Update MinGW config.h - it is good to do this occasionally.
Daniel Atallah <datallah@pidgin.im>
parents:
16561
diff
changeset
|
314 | /* 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
|
315 | /* #define HAVE_X11 1 */ |
| 3636 | 316 | |
|
12534
6a460e34aa08
[gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents:
12448
diff
changeset
|
317 | /* 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
|
318 | /* #define HAVE_X11_SM_SMLIB_H 1 */ |
| 3636 | 319 | |
|
12534
6a460e34aa08
[gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents:
12448
diff
changeset
|
320 | /* Define if external libzephyr should be used. */ |
|
6a460e34aa08
[gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents:
12448
diff
changeset
|
321 | /* #undef LIBZEPHYR_EXT */ |
| 3636 | 322 | |
|
17002
7055be5f0647
Update MinGW config.h - it is good to do this occasionally.
Daniel Atallah <datallah@pidgin.im>
parents:
16561
diff
changeset
|
323 | /* 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
|
324 | /* #undef NO_WIDECHAR */ |
|
7055be5f0647
Update MinGW config.h - it is good to do this occasionally.
Daniel Atallah <datallah@pidgin.im>
parents:
16561
diff
changeset
|
325 | |
|
12534
6a460e34aa08
[gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents:
12448
diff
changeset
|
326 | /* Define if old perl is installed. */ |
|
6a460e34aa08
[gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents:
12448
diff
changeset
|
327 | /* #undef OLD_PERL */ |
| 3636 | 328 | |
| 329 | /* Name of package */ | |
|
15891
8703019e56de
win32 fixes for s/gaim/purple/ stuff.
Daniel Atallah <datallah@pidgin.im>
parents:
15512
diff
changeset
|
330 | #define PACKAGE "pidgin" |
| 3636 | 331 | |
|
12534
6a460e34aa08
[gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents:
12448
diff
changeset
|
332 | /* 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
|
333 | #define PACKAGE_BUGREPORT "devel@pidgin.im" |
|
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 the full name of this package. */ |
|
15891
8703019e56de
win32 fixes for s/gaim/purple/ stuff.
Daniel Atallah <datallah@pidgin.im>
parents:
15512
diff
changeset
|
336 | #define PACKAGE_NAME "pidgin" |
|
12534
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 the full name and version of this package. */ |
|
15891
8703019e56de
win32 fixes for s/gaim/purple/ stuff.
Daniel Atallah <datallah@pidgin.im>
parents:
15512
diff
changeset
|
339 | /* #define PACKAGE_STRING "pidgin 2.0.0dev" */ |
|
12534
6a460e34aa08
[gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents:
12448
diff
changeset
|
340 | |
|
6a460e34aa08
[gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents:
12448
diff
changeset
|
341 | /* 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
|
342 | #define PACKAGE_TARNAME "pidgin" |
| 3636 | 343 | |
|
12534
6a460e34aa08
[gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents:
12448
diff
changeset
|
344 | /* Define to the version of this package. */ |
|
13633
d854f04a3564
[gaim-migrate @ 16030]
Mark Doliner <markdoliner@pidgin.im>
parents:
13324
diff
changeset
|
345 | /* #define PACKAGE_VERSION "2.0.0dev" */ |
|
12534
6a460e34aa08
[gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents:
12448
diff
changeset
|
346 | |
|
17002
7055be5f0647
Update MinGW config.h - it is good to do this occasionally.
Daniel Atallah <datallah@pidgin.im>
parents:
16561
diff
changeset
|
347 | /* 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
|
348 | #define PURPLE_PLUGINS 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 as the return type of signal handlers (`int' or `void'). */ |
|
6a460e34aa08
[gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents:
12448
diff
changeset
|
351 | #define RETSIGTYPE void |
|
6a460e34aa08
[gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents:
12448
diff
changeset
|
352 | |
|
17002
7055be5f0647
Update MinGW config.h - it is good to do this occasionally.
Daniel Atallah <datallah@pidgin.im>
parents:
16561
diff
changeset
|
353 | /* 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
|
354 | #define SIZEOF_TIME_T 4 |
|
12534
6a460e34aa08
[gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents:
12448
diff
changeset
|
355 | |
|
6a460e34aa08
[gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents:
12448
diff
changeset
|
356 | /* Loads static protocol plugin module initialization functions. */ |
|
6a460e34aa08
[gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents:
12448
diff
changeset
|
357 | #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
|
358 | #define STATIC_PROTO_INIT static void static_proto_init(void) { } |
|
12534
6a460e34aa08
[gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents:
12448
diff
changeset
|
359 | #endif |
| 3636 | 360 | |
|
12534
6a460e34aa08
[gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents:
12448
diff
changeset
|
361 | /* Define to 1 if you have the ANSI C header files. */ |
|
6a460e34aa08
[gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents:
12448
diff
changeset
|
362 | #define STDC_HEADERS 1 |
|
6a460e34aa08
[gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents:
12448
diff
changeset
|
363 | |
|
6a460e34aa08
[gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents:
12448
diff
changeset
|
364 | /* Define to 1 if your <sys/time.h> declares `struct tm'. */ |
|
6a460e34aa08
[gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents:
12448
diff
changeset
|
365 | /* #undef TM_IN_SYS_TIME */ |
|
6a460e34aa08
[gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents:
12448
diff
changeset
|
366 | |
|
17002
7055be5f0647
Update MinGW config.h - it is good to do this occasionally.
Daniel Atallah <datallah@pidgin.im>
parents:
16561
diff
changeset
|
367 | /* Use GStreamer for playing sounds */ |
|
7055be5f0647
Update MinGW config.h - it is good to do this occasionally.
Daniel Atallah <datallah@pidgin.im>
parents:
16561
diff
changeset
|
368 | /* #define USE_GSTREAMER 1 */ |
| 3636 | 369 | |
|
17002
7055be5f0647
Update MinGW config.h - it is good to do this occasionally.
Daniel Atallah <datallah@pidgin.im>
parents:
16561
diff
changeset
|
370 | /* Define if we're using GtkSpell */ |
|
12534
6a460e34aa08
[gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents:
12448
diff
changeset
|
371 | #define USE_GTKSPELL 1 |
|
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 if we're using XScreenSaver. */ |
|
6a460e34aa08
[gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents:
12448
diff
changeset
|
374 | #define USE_SCREENSAVER 1 |
|
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 if we're using X Session Management. */ |
|
6a460e34aa08
[gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents:
12448
diff
changeset
|
377 | /* #define USE_SM 1 */ |
| 3636 | 378 | |
|
12534
6a460e34aa08
[gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents:
12448
diff
changeset
|
379 | /* Version number of package */ |
|
20289
5c844288fbec
applied changes from 32f31e981f0618a4167aa98bcc22c2dab13d1550
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
17645
diff
changeset
|
380 | #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
|
381 | #define DISPLAY_VERSION "@DISPLAY_VERSION@" |
|
12534
6a460e34aa08
[gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents:
12448
diff
changeset
|
382 | |
|
6a460e34aa08
[gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents:
12448
diff
changeset
|
383 | /* Define to 1 if your processor stores words with the most significant byte |
|
6a460e34aa08
[gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents:
12448
diff
changeset
|
384 | first (like Motorola and SPARC, unlike Intel and VAX). */ |
|
6a460e34aa08
[gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents:
12448
diff
changeset
|
385 | /* #undef WORDS_BIGENDIAN */ |
|
6a460e34aa08
[gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents:
12448
diff
changeset
|
386 | |
|
6a460e34aa08
[gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents:
12448
diff
changeset
|
387 | /* 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
|
388 | /* #undef X_DISPLAY_MISSING */ |
|
6a460e34aa08
[gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents:
12448
diff
changeset
|
389 | |
|
6a460e34aa08
[gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents:
12448
diff
changeset
|
390 | /* Size of an int32. */ |
|
6a460e34aa08
[gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents:
12448
diff
changeset
|
391 | #define ZEPHYR_INT32 long |
| 3636 | 392 | |
|
12534
6a460e34aa08
[gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents:
12448
diff
changeset
|
393 | /* Define if kerberos should be used in Zephyr. */ |
|
6a460e34aa08
[gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents:
12448
diff
changeset
|
394 | /* #undef ZEPHYR_USES_KERBEROS */ |
|
6a460e34aa08
[gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents:
12448
diff
changeset
|
395 | |
|
6a460e34aa08
[gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents:
12448
diff
changeset
|
396 | /* 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
|
397 | /* #define _FILE_OFFSET_BITS 64 */ |
| 3636 | 398 | |
|
12534
6a460e34aa08
[gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents:
12448
diff
changeset
|
399 | /* Define for large files, on AIX-style hosts. */ |
|
6a460e34aa08
[gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents:
12448
diff
changeset
|
400 | /* #undef _LARGE_FILES */ |
|
6a460e34aa08
[gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents:
12448
diff
changeset
|
401 | |
|
6a460e34aa08
[gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents:
12448
diff
changeset
|
402 | /* Define to empty if `const' does not conform to ANSI C. */ |
|
6a460e34aa08
[gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents:
12448
diff
changeset
|
403 | /* #undef const */ |
|
6a460e34aa08
[gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents:
12448
diff
changeset
|
404 | |
|
6a460e34aa08
[gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents:
12448
diff
changeset
|
405 | /* 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
|
406 | /* #undef socklen_t */ |
|
13810
e63ac6c6ed1d
[gaim-migrate @ 16234]
Daniel Atallah <datallah@pidgin.im>
parents:
13633
diff
changeset
|
407 | |
| 3636 | 408 | /* |
|
16100
a0ab70986c10
This should get all the Win32 Makefiles in line with
Kevin Stange <kstange@pidgin.im>
parents:
15999
diff
changeset
|
409 | * Following are added for Win32 version of Pidgin |
| 3636 | 410 | */ |
|
12534
6a460e34aa08
[gaim-migrate @ 14847]
Daniel Atallah <datallah@pidgin.im>
parents:
12448
diff
changeset
|
411 | #define HAVE_VSNPRINTF 1 |
|
14071
fa1c877e2520
[gaim-migrate @ 16596]
Daniel Atallah <datallah@pidgin.im>
parents:
13810
diff
changeset
|
412 | |
|
20294
5af4a755ab36
applied changes from b8fa91b64c41d38520d7944d70d627007e271158
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
20289
diff
changeset
|
413 | #define HAVE_FILENO 1 |
|
5af4a755ab36
applied changes from b8fa91b64c41d38520d7944d70d627007e271158
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
20289
diff
changeset
|
414 | |
|
5af4a755ab36
applied changes from b8fa91b64c41d38520d7944d70d627007e271158
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
20289
diff
changeset
|
415 |