]> git.sur5r.net Git - bacula/bacula/blob - bacula/src/lib/lib.h
Work on state file. Add popup if Abort on Windows. Attempt cleaner shutdown
[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 /*
12    Copyright (C) 2000-2003 Kern Sibbald and John Walker
13
14    This program is free software; you can redistribute it and/or
15    modify it under the terms of the GNU General Public License as
16    published by the Free Software Foundation; either version 2 of
17    the License, or (at your option) any later version.
18
19    This program is distributed in the hope that it will be useful,
20    but WITHOUT ANY WARRANTY; without even the implied warranty of
21    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
22    General Public License for more details.
23
24    You should have received a copy of the GNU General Public
25    License along with this program; if not, write to the Free
26    Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
27    MA 02111-1307, USA.
28
29  */
30
31 #include "alist.h"
32 #include "dlist.h"
33 #include "bits.h"
34 #include "btime.h"
35 #include "smartall.h"
36 #include "mem_pool.h"
37 #include "message.h"
38 #include "lex.h"
39 #include "parse_conf.h"
40 #include "bsock.h"
41 #include "bshm.h"
42 #include "workq.h"
43 #include "rwlock.h"
44 #include "semlock.h"
45 #include "queue.h"
46 #include "serial.h"
47 #ifndef HAVE_FNMATCH
48 #include "fnmatch.h"
49 #endif
50 #include "md5.h"
51 #include "sha1.h"
52 #include "tree.h"
53 #include "watchdog.h"
54 #include "timers.h"
55 #include "bpipe.h"
56 #include "attr.h"
57 #include "var.h"
58
59 #include "protos.h"