ze-filter  (ze-filter-0.8.0-develop-180218)
libze.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 : Sun Jun 15 21:32:00 CEST 2014
12  *
13  * This program is free software - GPL v2.,
14  *
15  * This program is distributed in the hope that it will be useful,
16  * but WITHOUT ANY WARRANTY; without even the implied warranty of
17  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
18  *
19  */
20 
21 
22 #ifndef __ZE_LIBS_H
23 
24 #define SIGNATURE 0x70071234
25 
26 #include <zeMacros.h>
27 
28 #include <zeSyslog.h>
29 #include <zeFileTools.h>
30 #include <zeString.h>
31 #include <zeStrings.h>
32 #include <zeStrConvert.h>
33 #include <zeDivers.h>
34 #include <zeLinkedList.h>
35 #include <zeDb.h>
36 #include <zeMap.h>
37 #include <zeRdFile.h>
38 #include <zeRegex.h>
39 #include <zeMD5.h>
40 #include <zeSHA1.h>
41 
42 #include <zeKStats.h>
43 #include <zeBTree.h>
44 #include <ze-buffer.h>
45 #include <ze-inet.h>
46 #include <zeShared.h>
47 #include <zeTable.h>
48 #include <zeTime.h>
49 #include <zeCycTasks.h>
50 
51 # define __ZE_LIBS_H 1
52 #endif /* __ZE_LIBS_H */
53