ze-filter
(ze-filter-0.8.0-develop-180218)
ze-config.h
Go to the documentation of this file.
1
/*
2
*
3
* ze-filter - Mail Server Filter for sendmail
4
*
5
* Copyright (c) 2001-2018 - Jose-Marcio Martins da Cruz
6
*
7
* Auteur : Jose Marcio Martins da Cruz
8
* jose.marcio.mc@gmail.org
9
*
10
* Historique :
11
* Creation : janvier 2002
12
*
13
* This program is free software, but with restricted license :
14
*
15
*
16
* This program is distributed in the hope that it will be useful,
17
* but WITHOUT ANY WARRANTY; without even the implied warranty of
18
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
19
*
20
* More details about ze-filter license can be found at ze-filter
21
* web site : http://foss.jose-marcio.org
22
*/
23
24
25
#ifndef __ZE_CONFIG_H
26
27
/*
28
*
29
*/
30
31
void
dump_j_conf
(
int
);
32
33
/*
34
*
35
*/
36
37
typedef
struct
{
38
bool
arg_h
;
/* help */
39
int
arg_v
;
/* version */
40
41
bool
arg_m
;
42
bool
arg_n
;
43
44
char
*
arg_p
;
/* */
45
char
*
arg_i
;
/* */
46
char
*
arg_u
;
/* */
47
char
*
arg_c
;
/* */
48
char
*
arg_l
;
/* */
49
char
arg_q
;
/* designated quarantine */
50
bool
arg_t
;
/* dump tables */
51
bool
arg_z
;
/* enable core dump */
52
}
OPT_REC_T
;
53
54
55
extern
OPT_REC_T
cf_opt
;
56
57
58
59
#define __ZE_CONFIG_H
60
#endif
OPT_REC_T::arg_p
char * arg_p
Definition:
ze-config.h:44
OPT_REC_T::arg_l
char * arg_l
Definition:
ze-config.h:48
OPT_REC_T::arg_m
bool arg_m
Definition:
ze-config.h:41
dump_j_conf
void dump_j_conf(int)
Definition:
ze-config.c:748
OPT_REC_T::arg_z
bool arg_z
Definition:
ze-config.h:51
OPT_REC_T::arg_c
char * arg_c
Definition:
ze-config.h:47
OPT_REC_T::arg_h
bool arg_h
Definition:
ze-config.h:38
OPT_REC_T::arg_u
char * arg_u
Definition:
ze-config.h:46
OPT_REC_T::arg_n
bool arg_n
Definition:
ze-config.h:42
OPT_REC_T::arg_v
int arg_v
Definition:
ze-config.h:39
OPT_REC_T::arg_t
bool arg_t
Definition:
ze-config.h:50
cf_opt
OPT_REC_T cf_opt
Definition:
ze-config.c:40
OPT_REC_T::arg_i
char * arg_i
Definition:
ze-config.h:45
OPT_REC_T::arg_q
char arg_q
Definition:
ze-config.h:49
OPT_REC_T
Definition:
ze-config.h:37
include
ze-config.h
Generated by
1.8.13