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