diff src/gaim.h @ 1525:ba8e6e211af5

[gaim-migrate @ 1535] icqlib updates. beginnings of system logging. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Sat, 03 Mar 2001 00:26:04 +0000
parents de0b946e86a4
children 1e2cc8c8bf3c
line wrap: on
line diff
--- a/src/gaim.h	Fri Mar 02 23:59:49 2001 +0000
+++ b/src/gaim.h	Sat Mar 03 00:26:04 2001 +0000
@@ -422,8 +422,8 @@
 extern int general_options;
 #define OPT_GEN_ENTER_SENDS       0x00000001
 /* #define OPT_GEN_AUTO_LOGIN        0x00000002 now OPT_USR_AUTO */
-#define OPT_GEN_LOG_ALL           0x00000004
-#define OPT_GEN_STRIP_HTML        0x00000008
+#define OPT_GEN_LOG_ALL           0x00000004 /* now OPT_LOG_ALL */
+#define OPT_GEN_STRIP_HTML        0x00000008 /* now OPT_LOG_STRIP_HTML */
 #define OPT_GEN_APP_BUDDY_SHOW    0x00000010
 #define OPT_GEN_POPUP_WINDOWS     0x00000020
 #define OPT_GEN_SEND_LINKS        0x00000040
@@ -499,6 +499,15 @@
 #define OPT_FONT_BGCOL           0x00000080
 #define OPT_FONT_SIZE            0x00000100
 
+extern int logging_options;
+#define OPT_LOG_ALL              0x00000001
+#define OPT_LOG_STRIP_HTML       0x00000002
+#define OPT_LOG_BUDDY_SIGNON     0x00000004
+#define OPT_LOG_BUDDY_IDLE       0x00000008
+#define OPT_LOG_BUDDY_AWAY       0x00000010
+#define OPT_LOG_MY_SIGNON        0x00000020
+#define OPT_LOG_INDIVIDUAL       0x00000040
+
 #define OPT_USR_AUTO		0x00000001
 #define OPT_USR_KEEPALV		0x00000002
 #define OPT_USR_REM_PASS	0x00000004