From: Kern Sibbald Date: Sun, 14 Nov 2010 11:51:02 +0000 (+0100) Subject: Hopefully fix James' compiler warnings X-Git-Tag: Release-5.2.1~941 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=70296fe9c8dcc5e20fe408891d62511904127b95;p=bacula%2Fbacula Hopefully fix James' compiler warnings --- diff --git a/bacula/src/win32/compat/winhost.h b/bacula/src/win32/compat/winhost.h index 27e1f46500..58ecca2c9c 100644 --- a/bacula/src/win32/compat/winhost.h +++ b/bacula/src/win32/compat/winhost.h @@ -1,9 +1,3 @@ -/* - * Define Host machine - * - * Version $Id$ - * - */ /* Bacula® - The Network Backup Solution @@ -32,6 +26,11 @@ Switzerland, email:ftf@fsfeurope.org. */ +/* + * Define Host machine + */ + + #include "host.h" #undef HOST_OS #undef DISTNAME @@ -41,7 +40,9 @@ #define HOST_OS "Linux" #define DISTNAME "Cross-compile" +#ifndef BACULA #define BACULA "Bacula" +#endif #ifdef _WIN64 # define DISTVER "Win64" #else