]> git.sur5r.net Git - bacula/bacula/blob - bacula/src/host.h.in
- Add code to catalog_update to detect NULL db pointer.
[bacula/bacula] / bacula / src / host.h.in
1 /*
2  * Define Host machine
3  *
4  *  Version $Id$
5  *
6  */
7 /*
8    Copyright (C) 2000-2005 Kern Sibbald
9
10    This program is free software; you can redistribute it and/or
11    modify it under the terms of the GNU General Public License
12    version 2 as amended with additional clauses defined in the
13    file LICENSE in the main source directory.
14
15    This program is distributed in the hope that it will be useful,
16    but WITHOUT ANY WARRANTY; without even the implied warranty of
17    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 
18    the file LICENSE for additional details.
19
20  */
21
22 #define HOST_OS  "@host@"
23 #define DISTNAME "@DISTNAME@"
24 #define DISTVER  "@DISTVER@"