1 /*
2    BAREOS® - Backup Archiving REcovery Open Sourced
3 
4    Copyright (C) 2000-2011 Free Software Foundation Europe e.V.
5 
6    This program is Free Software; you can redistribute it and/or
7    modify it under the terms of version three of the GNU Affero General Public
8    License as published by the Free Software Foundation and included
9    in the file LICENSE.
10 
11    This program is distributed in the hope that it will be useful, but
12    WITHOUT ANY WARRANTY; without even the implied warranty of
13    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
14    Affero General Public License for more details.
15 
16    You should have received a copy of the GNU Affero General Public License
17    along with this program; if not, write to the Free Software
18    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
19    02110-1301, USA.
20 */
21 /*
22  * Library includes for BAREOS lib directory
23  *
24  * This file contains an include for each library file
25  * that we use within Bareos. include/bareos.h includes this
26  * file and thus picks up everything we need in lib.
27  */
28 
29 #include "lockmgr.h"
30 #include "base64.h"
31 #include "bits.h"
32 #include "btime.h"
33 #include "crypto.h"
34 #include "mem_pool.h"
35 #include "rwlock.h"
36 #include "serial.h"
37 #include "lex.h"
38 #ifndef BAREOS_LIB_LIB_H_
39 #include "fnmatch.h"
40 #endif
41 #include "md5.h"
42 #include "sha1.h"
43 #include "bpipe.h"
44 #include "attr.h"
45 #include "var.h"
46 #include "guid_to_name.h"
47 #include "jcr.h"
48