Mercurial > pidgin.yaz
comparison src/gaim.h @ 736:d05d746384a7
[gaim-migrate @ 746]
Eric the Lumberjack continues to hack away at the tree. When people ask
what kinds of trees Eric hacks, he simply replied "CVS trees. They're
mostly used for computer stuff". Then the ignorants go away, thinking
they have been enlightened into the world of computers, which unknowingly
they have been.
committer: Tailor Script <tailor@pidgin.im>
author | Eric Warmenhoven <eric@warmenhoven.org> |
---|---|
date | Tue, 22 Aug 2000 00:37:01 +0000 |
parents | 8f3bcde94e2c |
children | 5a908dd5cfc4 |
comparison
equal
deleted
inserted
replaced
735:51f1b6f7794b | 736:d05d746384a7 |
---|---|
399 #define TYPE_DATA 2 | 399 #define TYPE_DATA 2 |
400 #define TYPE_ERROR 3 | 400 #define TYPE_ERROR 3 |
401 #define TYPE_SIGNOFF 4 | 401 #define TYPE_SIGNOFF 4 |
402 #define TYPE_KEEPALIVE 5 | 402 #define TYPE_KEEPALIVE 5 |
403 | 403 |
404 #define REVISION "gaim:$Revision: 743 $" | 404 #define REVISION "gaim:$Revision: 746 $" |
405 #define FLAPON "FLAPON\r\n\r\n" | 405 #define FLAPON "FLAPON\r\n\r\n" |
406 | 406 |
407 #define ROAST "Tic/Toc" | 407 #define ROAST "Tic/Toc" |
408 | 408 |
409 | 409 |
481 #define OPT_GEN_CHECK_SPELLING 0x00008000 | 481 #define OPT_GEN_CHECK_SPELLING 0x00008000 |
482 #define OPT_GEN_POPUP_CHAT 0x00010000 | 482 #define OPT_GEN_POPUP_CHAT 0x00010000 |
483 #define OPT_GEN_BACK_ON_IM 0x00020000 | 483 #define OPT_GEN_BACK_ON_IM 0x00020000 |
484 #define OPT_GEN_USE_OSCAR 0x00040000 | 484 #define OPT_GEN_USE_OSCAR 0x00040000 |
485 #define OPT_GEN_CTL_CHARS 0x00080000 | 485 #define OPT_GEN_CTL_CHARS 0x00080000 |
486 #define OPT_GEN_TIK_HACK 0x00100000 | |
486 extern int USE_OSCAR; | 487 extern int USE_OSCAR; |
487 | 488 |
488 extern int display_options; | 489 extern int display_options; |
489 #define OPT_DISP_SHOW_TIME 0x00000001 | 490 #define OPT_DISP_SHOW_TIME 0x00000001 |
490 #define OPT_DISP_SHOW_GRPNUM 0x00000002 | 491 #define OPT_DISP_SHOW_GRPNUM 0x00000002 |