]> git.sur5r.net Git - bacula/bacula/blob - bacula/src/lib/lib.h
671e066b419b5517905fb2dafa33c7c8acb65a33
[bacula/bacula] / bacula / src / lib / lib.h
1 /*
2  *   Library includes for Bacula lib directory
3  *
4  *   This file contains an include for each library file
5  *   that we use within Bacula. bacula.h includes this
6  *   file and thus picks up everything we need in lib.
7  *
8  *   Version $Id$
9  */
10 /*
11    Bacula® - The Network Backup Solution
12
13    Copyright (C) 2000-2006 Free Software Foundation Europe e.V.
14
15    The main author of Bacula is Kern Sibbald, with contributions from
16    many others, a complete list can be found in the file AUTHORS.
17    This program is Free Software; you can redistribute it and/or
18    modify it under the terms of version two of the GNU General Public
19    License as published by the Free Software Foundation plus additions
20    that are listed in the file LICENSE.
21
22    This program is distributed in the hope that it will be useful, but
23    WITHOUT ANY WARRANTY; without even the implied warranty of
24    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
25    General Public License for more details.
26
27    You should have received a copy of the GNU General Public License
28    along with this program; if not, write to the Free Software
29    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
30    02110-1301, USA.
31
32    Bacula® is a registered trademark of John Walker.
33    The licensor of Bacula is the Free Software Foundation Europe
34    (FSFE), Fiduciary Program, Sumatrastrasse 25, 8006 Zürich,
35    Switzerland, email:ftf@fsfeurope.org.
36 */
37
38 #include "smartall.h"
39 #include "alist.h"
40 #include "dlist.h"
41 #include "base64.h"
42 #include "bits.h"
43 #include "btime.h"
44 #include "crypto.h"
45 #include "mem_pool.h"
46 #include "rwlock.h"
47 #include "queue.h"
48 #include "serial.h"
49 #include "message.h"
50 #include "openssl.h"
51 #include "lex.h"
52 #include "parse_conf.h"
53 #include "tls.h"
54 #include "bsock.h"
55 #include "workq.h"
56 #ifndef HAVE_FNMATCH
57 #include "fnmatch.h"
58 #endif
59 #include "md5.h"
60 #include "sha1.h"
61 #include "tree.h"
62 #include "watchdog.h"
63 #include "btimers.h"
64 #include "berrno.h"
65 #include "bpipe.h"
66 #include "attr.h"
67 #include "var.h"
68 #include "address_conf.h"
69
70 #include "protos.h"