Mercurial > pidgin
annotate src/protocols/sametime/sametime.h @ 12894:7dc00a9dfba5
[gaim-migrate @ 15247]
serv_got_chat_in will segfault on a NULL message, so let's make it check for NULL before calling strlen
committer: Tailor Script <tailor@pidgin.im>
| author | Christopher O'Brien <siege@pidgin.im> |
|---|---|
| date | Mon, 16 Jan 2006 16:35:00 +0000 |
| parents | 547c199072c8 |
| children | 30d6ebea36e2 |
| rev | line source |
|---|---|
| 10977 | 1 |
| 2 | |
| 3 /* CFLAGS trumps configure values */ | |
| 4 | |
| 5 | |
| 6 /** default host for the gaim plugin. You can specialize a build to | |
| 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 | |
| 14 /** default port for the gaim plugin. You can specialize a build to | |
| 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 | |
|
11943
0110fc7c6a8a
[gaim-migrate @ 14234]
Christopher O'Brien <siege@pidgin.im>
parents:
10977
diff
changeset
|
22 /** default encoding for the gaim plugin.*/ |
|
0110fc7c6a8a
[gaim-migrate @ 14234]
Christopher O'Brien <siege@pidgin.im>
parents:
10977
diff
changeset
|
23 #ifndef MW_PLUGIN_DEFAULT_ENCODING |
|
0110fc7c6a8a
[gaim-migrate @ 14234]
Christopher O'Brien <siege@pidgin.im>
parents:
10977
diff
changeset
|
24 #define MW_PLUGIN_DEFAULT_ENCODING "ISO-8859-1" |
|
0110fc7c6a8a
[gaim-migrate @ 14234]
Christopher O'Brien <siege@pidgin.im>
parents:
10977
diff
changeset
|
25 #endif |
|
0110fc7c6a8a
[gaim-migrate @ 14234]
Christopher O'Brien <siege@pidgin.im>
parents:
10977
diff
changeset
|
26 /* ISO-8859-1 */ |
|
0110fc7c6a8a
[gaim-migrate @ 14234]
Christopher O'Brien <siege@pidgin.im>
parents:
10977
diff
changeset
|
27 |
|
12813
547c199072c8
[gaim-migrate @ 15161]
Christopher O'Brien <siege@pidgin.im>
parents:
12524
diff
changeset
|
28 |
|
547c199072c8
[gaim-migrate @ 15161]
Christopher O'Brien <siege@pidgin.im>
parents:
12524
diff
changeset
|
29 /** use the notesbuddy encoding hack, or try for NCR encoding */ |
|
547c199072c8
[gaim-migrate @ 15161]
Christopher O'Brien <siege@pidgin.im>
parents:
12524
diff
changeset
|
30 #ifndef NB_HACK |
|
547c199072c8
[gaim-migrate @ 15161]
Christopher O'Brien <siege@pidgin.im>
parents:
12524
diff
changeset
|
31 #define NB_HACK 0 |
|
547c199072c8
[gaim-migrate @ 15161]
Christopher O'Brien <siege@pidgin.im>
parents:
12524
diff
changeset
|
32 #endif |
|
547c199072c8
[gaim-migrate @ 15161]
Christopher O'Brien <siege@pidgin.im>
parents:
12524
diff
changeset
|
33 /* 0 */ |
