-
Notifications
You must be signed in to change notification settings - Fork 5
/
config.h.in
175 lines (117 loc) · 3.42 KB
/
config.h.in
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
/* config.h.in. Generated from configure.in by autoheader. */
/* Path to the clamav databases binary */
#undef CLAMAVDBPATH
/* "clamdscan program" */
#undef CLAMDSCAN
/* "working directory" */
#undef CONTROLDIR
/* run ripmime program */
#undef DO_RIPMIME
/* "dspam program" */
#undef DSPAM
/* "dspam arguments" */
#undef DSPAM_ARGS
/* enable attachment scanning */
#undef ENABLE_ATTACH
/* enable clamav scanning */
#undef ENABLE_CLAMAV
/* enable custom smtp reject message with virus name */
#undef ENABLE_CUSTOM_SMTP_REJECT
/* enable drop message */
#undef ENABLE_DROPMSG
/* enable dspam scanning */
#undef ENABLE_DSPAM
/* dspam --user user@domain option. */
#undef ENABLE_DSPAM_USER
/* enable per domain checking */
#undef ENABLE_PER_DOMAIN
/* enable received header */
#undef ENABLE_RECEIVED
/* enable regex scanner */
#undef ENABLE_REGEX
/* enable spam scanning */
#undef ENABLE_SPAM
/* spamc -u user@domain option. */
#undef ENABLE_SPAMC_USER
/* scan authenticated users for spam. */
#undef ENABLE_SPAM_AUTH_USER
/* pass spam through to user */
#undef ENABLE_SPAM_PASSTHRU
/* enable trophie scanning */
#undef ENABLE_TROPHIE
/* "system supports nproc ulimit" */
#undef HAS_ULIMIT_NPROC
/* Define to 1 if you have the <inttypes.h> header file. */
#undef HAVE_INTTYPES_H
/* Define to 1 if you have the <memory.h> header file. */
#undef HAVE_MEMORY_H
/* Define to 1 if you have the <stdint.h> header file. */
#undef HAVE_STDINT_H
/* Define to 1 if you have the <stdlib.h> header file. */
#undef HAVE_STDLIB_H
/* Define to 1 if you have the <strings.h> header file. */
#undef HAVE_STRINGS_H
/* Define to 1 if you have the <string.h> header file. */
#undef HAVE_STRING_H
/* Define to 1 if you have the `strsep' function. */
#undef HAVE_STRSEP
/* Define to 1 if you have the <sys/stat.h> header file. */
#undef HAVE_SYS_STAT_H
/* Define to 1 if you have the <sys/types.h> header file. */
#undef HAVE_SYS_TYPES_H
/* Define to 1 if you have the <unistd.h> header file. */
#undef HAVE_UNISTD_H
/* Name of package */
#undef PACKAGE
/* Define to the address where bug reports for this package should be sent. */
#undef PACKAGE_BUGREPORT
/* Define to the full name of this package. */
#undef PACKAGE_NAME
/* Define to the full name and version of this package. */
#undef PACKAGE_STRING
/* Define to the one symbol short name of this package. */
#undef PACKAGE_TARNAME
/* Define to the version of this package. */
#undef PACKAGE_VERSION
/* "qmail directory" */
#undef QMAILDIR
/* "qmail-queue program" */
#undef QMAILQUEUE
/* "quarantine directory" */
#undef QUARANTINEDIR
/* key for attachment scanner */
#undef RCVD_ATTACH_KEY
/* key for clamav */
#undef RCVD_CLAM_KEY
/* key for dspam */
#undef RCVD_DSPAM_KEY
/* key for regex scanner */
#undef RCVD_REGEX_KEY
/* key for spamassassin */
#undef RCVD_SPAM_KEY
/* key for clamav */
#undef RCVD_TROPHIE_KEY
/* "ripmime program" */
#undef RIPMIME
/* Path to the sigtool binary. */
#undef SIGTOOLPATH
/* Path to the spamassassin binary */
#undef SPAMASSASSINPATH
/* "spamc program" */
#undef SPAMC
/* "spamc arguments" */
#undef SPAMC_ARGS
/* "spam hits" */
#undef SPAM_HITS
/* Define to 1 if you have the ANSI C header files. */
#undef STDC_HEADERS
/* "path to trophie binary" */
#undef TROPHIEBINARY
/* "path to trophie socket" */
#undef TROPHIESOCKET
/* Version number of package */
#undef VERSION
/* one or more virusscanners are active */
#undef VIRUSSCANNER
/* "working directory" */
#undef WORKDIR