]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/bacula.h
Disable plugin options in ua_run.c
[bacula/bacula] / bacula / src / bacula.h
index e54f653c856b913bc6ff2fdb02b7d036d5f954af..4d92290ef325de1657ddb2678ad77e64d574794f 100644 (file)
 #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
 
 /* System includes */
 #if HAVE_STDINT_H
+#ifndef __sgi
 #include <stdint.h>
 #endif
+#endif
 #if HAVE_STDARG_H
 #include <stdarg.h>
 #endif