blob: 50e702b5ca78723dde5b891b28b63092446df455 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
--- loadconfig.c.orig 2007-05-14 15:19:00 UTC
+++ loadconfig.c
@@ -10,6 +10,25 @@
#include "loadconfig.h"
+
+int wcnt;
+int bcnt;
+int pcnt;
+int enable_subj_filt;
+
+char logtype[VALSIZE];
+char logfile[VALSIZE];
+char ignorefile[VALSIZE];
+char highfile[VALSIZE];
+char badmailfile[VALSIZE];
+char hostname[VALSIZE];
+char sysadmin[VALSIZE];
+char statfile[VALSIZE];
+char mail_command[VALSIZE];
+char makemap_command[VALSIZE];
+char qsheff_rules_file[VALSIZE];
+char trim_subj_str[VALSIZE];
+
extern int errno;
extern int w;
extern int b;
|