comparison src/gaim.h @ 3527:6587d97dc215

[gaim-migrate @ 3600] 6 does not convert cleanly to base 2. as a result, you cannot use 60 as a option this makes it use 80 instead. much better. committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Tue, 17 Sep 2002 02:56:40 +0000
parents 6b0cb60162f4
children cf00549c53d7
comparison
equal deleted inserted replaced
3526:2ce20ac05732 3527:6587d97dc215
331 #define OPT_AWAY_TIK_HACK 0x00000004 331 #define OPT_AWAY_TIK_HACK 0x00000004
332 #define OPT_AWAY_AUTO 0x00000008 332 #define OPT_AWAY_AUTO 0x00000008
333 #define OPT_AWAY_NO_AUTO_RESP 0x00000010 333 #define OPT_AWAY_NO_AUTO_RESP 0x00000010
334 #define OPT_AWAY_QUEUE 0x00000020 334 #define OPT_AWAY_QUEUE 0x00000020
335 #define OPT_AWAY_IDLE_RESP 0x00000040 335 #define OPT_AWAY_IDLE_RESP 0x00000040
336 #define OPT_AWAY_QUEUE_UNREAD 0x00000060 336 #define OPT_AWAY_QUEUE_UNREAD 0x00000080
337 337
338 extern guint away_resend; 338 extern guint away_resend;
339 extern int report_idle; 339 extern int report_idle;
340 extern int web_browser; 340 extern int web_browser;
341 extern GSList *aim_users; 341 extern GSList *aim_users;