]> git.sur5r.net Git - bacula/bacula/blob - bacula/src/filed/filed.h
Fix a cosmetic bug that caused spurious OpenSSL error messages; there is no reason...
[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 #include "lib/runscript.h"
30 #ifdef HAVE_LIBZ
31 #include <zlib.h>                     /* compression headers */
32 #else
33 #define uLongf uint32_t
34 #endif
35
36 extern CLIENT *me;                    /* "Global" Client resource */