Mercurial > pidgin.yaz
comparison src/prpl.h @ 1426:de21a6790603
[gaim-migrate @ 1436]
remind me i need to make use of these new #defines
committer: Tailor Script <tailor@pidgin.im>
author | Eric Warmenhoven <eric@warmenhoven.org> |
---|---|
date | Thu, 25 Jan 2001 15:10:03 +0000 |
parents | bf041349b11e |
children | 336fc98b7f90 |
comparison
equal
deleted
inserted
replaced
1425:3e6a17ae51e8 | 1426:de21a6790603 |
---|---|
33 #define PROTO_FTP 6 | 33 #define PROTO_FTP 6 |
34 #define PROTO_VGATE 7 | 34 #define PROTO_VGATE 7 |
35 #define PROTO_JABBER 8 | 35 #define PROTO_JABBER 8 |
36 #define PROTO_NAPSTER 9 | 36 #define PROTO_NAPSTER 9 |
37 | 37 |
38 #define OPT_PROTO_HTML 0x00000001 | 38 #define OPT_PROTO_HTML 0x00000001 |
39 #define OPT_PROTO_CORRECT_TIME 0x00000002 | |
40 #define OPT_PROTO_NORMALIZE 0x00000004 | |
39 /* there should be more here eventually... These should all be stuff that other | 41 /* there should be more here eventually... These should all be stuff that other |
40 * plugins can't do (for example, TOC and Oscar and Jabber can do HTML in messages, | 42 * plugins can't do (for example, TOC and Oscar and Jabber can do HTML in messages, |
41 * but IRC etc can't, so TOC/Oscar/Jabber have _HTML set but not IRC. */ | 43 * but IRC etc can't, so TOC/Oscar/Jabber have _HTML set but not IRC. */ |
42 | 44 |
43 #define GAIM_AWAY_CUSTOM "Custom" | 45 #define GAIM_AWAY_CUSTOM "Custom" |