X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=bacula%2Fsrc%2Fbacula.h;h=4d92290ef325de1657ddb2678ad77e64d574794f;hb=afd4ac31e0f65357c5264c04b804e86b2095a304;hp=fe95239896f91d2d057998c02ac771032cd0fba9;hpb=095ae896b3fa96e6c8db2105519552b785e6b005;p=bacula%2Fbacula diff --git a/bacula/src/bacula.h b/bacula/src/bacula.h index fe95239896..4d92290ef3 100644 --- a/bacula/src/bacula.h +++ b/bacula/src/bacula.h @@ -1,12 +1,7 @@ -/* - * bacula.h -- main header file to include in all Bacula source - * - * Version $Id$ - */ /* Bacula® - The Network Backup Solution - Copyright (C) 2000-2006 Free Software Foundation Europe e.V. + Copyright (C) 2000-2008 Free Software Foundation Europe e.V. The main author of Bacula is Kern Sibbald, with contributions from many others, a complete list can be found in the file AUTHORS. @@ -25,15 +20,27 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - Bacula® is a registered trademark of John Walker. + Bacula® is a registered trademark of Kern Sibbald. The licensor of Bacula is the Free Software Foundation Europe (FSFE), Fiduciary Program, Sumatrastrasse 25, 8006 Zürich, Switzerland, email:ftf@fsfeurope.org. */ +/* + * bacula.h -- main header file to include in all Bacula source + * + * Version $Id$ + */ #ifndef _BACULA_H #define _BACULA_H 1 +/* Disable FORTIFY_SOURCE, because bacula uses is own memory + * manager + */ +#ifdef _FORTIFY_SOURCE +#undef _FORTIFY_SOURCE +#endif + #ifdef __cplusplus /* Workaround for SGI IRIX 6.5 */ #define _LANGUAGE_C_PLUS_PLUS 1 @@ -48,6 +55,7 @@ #else #include "config.h" #endif +#define __CONFIG_H #define _REENTRANT 1 @@ -57,8 +65,10 @@ /* System includes */ #if HAVE_STDINT_H +#ifndef __sgi #include #endif +#endif #if HAVE_STDARG_H #include #endif