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