Fri, 16 Nov 2007 23:32:17 +0000
merge of 'c6d76b49c2061450fff921250d48097d8e50eeab'
and '4c83d3121e8bd48ea3bea2523da02443958ebb18'
| 10977 | 1 | |
| 2 | ||
| 3 | /* CFLAGS trumps configure values */ | |
| 4 | ||
| 5 | ||
| 15884 | 6 | /** default host for the purple plugin. You can specialize a build to |
| 10977 | 7 | default to your server by supplying this at compile time */ |
| 8 | #ifndef MW_PLUGIN_DEFAULT_HOST | |
| 9 | #define MW_PLUGIN_DEFAULT_HOST "" | |
| 10 | #endif | |
| 11 | /* "" */ | |
| 12 | ||
| 13 | ||
| 15884 | 14 | /** default port for the purple plugin. You can specialize a build to |
| 10977 | 15 | default to your server by supplying this at compile time */ |
| 16 | #ifndef MW_PLUGIN_DEFAULT_PORT | |
| 17 | #define MW_PLUGIN_DEFAULT_PORT 1533 | |
| 18 | #endif | |
| 19 | /* 1533 */ | |
| 20 | ||
| 21 | ||
| 15884 | 22 | /** default encoding for the purple plugin.*/ |
|
11943
81ee4bc13c28
[gaim-migrate @ 14234]
Christopher O'Brien <siege@pidgin.im>
parents:
10977
diff
changeset
|
23 | #ifndef MW_PLUGIN_DEFAULT_ENCODING |
|
81ee4bc13c28
[gaim-migrate @ 14234]
Christopher O'Brien <siege@pidgin.im>
parents:
10977
diff
changeset
|
24 | #define MW_PLUGIN_DEFAULT_ENCODING "ISO-8859-1" |
|
81ee4bc13c28
[gaim-migrate @ 14234]
Christopher O'Brien <siege@pidgin.im>
parents:
10977
diff
changeset
|
25 | #endif |
|
81ee4bc13c28
[gaim-migrate @ 14234]
Christopher O'Brien <siege@pidgin.im>
parents:
10977
diff
changeset
|
26 | /* ISO-8859-1 */ |