]> git.sur5r.net Git - bacula/bacula/blob - bacula/src/filed/filed.h
cfe3e56dec954ac08f550a0a00bd805af957ca86
[bacula/bacula] / bacula / src / filed / filed.h
1 /*
2  * Bacula File Daemon specific configuration and defines
3  *
4  *     Kern Sibbald, Jan MMI
5  *
6  *   Version $Id$
7  */
8 /*
9    Copyright (C) 2001-2006 Kern Sibbald
10
11    This program is free software; you can redistribute it and/or
12    modify it under the terms of the GNU General Public License
13    version 2 as amended with additional clauses defined in the
14    file LICENSE in the main source directory.
15
16    This program is distributed in the hope that it will be useful,
17    but WITHOUT ANY WARRANTY; without even the implied warranty of
18    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 
19    the file LICENSE for additional details.
20
21  */
22
23 #define FILE_DAEMON 1
24 #include "filed_conf.h"
25 #include "findlib/find.h"
26 #include "jcr.h"
27 #include "acl.h"
28 #include "protos.h"                   /* file daemon prototypes */
29 #ifdef HAVE_LIBZ
30 #include <zlib.h>                     /* compression headers */
31 #else
32 #define uLongf uint32_t
33 #endif
34
35 extern const int win32_client;              /* Are we running on Windows? */
36
37 extern CLIENT *me;                    /* "Global" Client resource */