comparison libpurple/protocols/sametime/sametime.h @ 15822:32c366eeeb99

sed -ie 's/gaim/purple/g'
author Sean Egan <seanegan@gmail.com>
date Mon, 19 Mar 2007 07:01:17 +0000
parents 5fe8042783c1
children
comparison
equal deleted inserted replaced
15821:84b0f9b23ede 15822:32c366eeeb99
1 1
2 2
3 /* CFLAGS trumps configure values */ 3 /* CFLAGS trumps configure values */
4 4
5 5
6 /** default host for the gaim plugin. You can specialize a build to 6 /** default host for the purple plugin. You can specialize a build to
7 default to your server by supplying this at compile time */ 7 default to your server by supplying this at compile time */
8 #ifndef MW_PLUGIN_DEFAULT_HOST 8 #ifndef MW_PLUGIN_DEFAULT_HOST
9 #define MW_PLUGIN_DEFAULT_HOST "" 9 #define MW_PLUGIN_DEFAULT_HOST ""
10 #endif 10 #endif
11 /* "" */ 11 /* "" */
12 12
13 13
14 /** default port for the gaim plugin. You can specialize a build to 14 /** default port for the purple plugin. You can specialize a build to
15 default to your server by supplying this at compile time */ 15 default to your server by supplying this at compile time */
16 #ifndef MW_PLUGIN_DEFAULT_PORT 16 #ifndef MW_PLUGIN_DEFAULT_PORT
17 #define MW_PLUGIN_DEFAULT_PORT 1533 17 #define MW_PLUGIN_DEFAULT_PORT 1533
18 #endif 18 #endif
19 /* 1533 */ 19 /* 1533 */
20 20
21 21
22 /** default encoding for the gaim plugin.*/ 22 /** default encoding for the purple plugin.*/
23 #ifndef MW_PLUGIN_DEFAULT_ENCODING 23 #ifndef MW_PLUGIN_DEFAULT_ENCODING
24 #define MW_PLUGIN_DEFAULT_ENCODING "ISO-8859-1" 24 #define MW_PLUGIN_DEFAULT_ENCODING "ISO-8859-1"
25 #endif 25 #endif
26 /* ISO-8859-1 */ 26 /* ISO-8859-1 */