X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=bacula%2Fsrc%2Fbaconfig.h;h=455e498bbbe9136d943eac781d5aab65eacea731;hb=b359453fea986c4ece98efaa25f573d3d0857d05;hp=31441a85762c4826d33b36677c64143713e6821d;hpb=198ba372adeec4ac84cc39ca9f2239a212f84a35;p=bacula%2Fbacula diff --git a/bacula/src/baconfig.h b/bacula/src/baconfig.h index 31441a8576..455e498bbb 100644 --- a/bacula/src/baconfig.h +++ b/bacula/src/baconfig.h @@ -483,6 +483,12 @@ extern "C" int getdomainname(char *name, int len); #ifdef HAVE_AIX_OS #endif + +#ifdef HAVE_OSF1_OS +#undef HAVE_CHFLAGS /* chflags is incorrectly detected */ +extern "C" int fchdir(int filedes); +extern "C" long gethostid(void); +#endif /* This probably should be done on a machine by machine basic, but it works */ #define ALIGN_SIZE (sizeof(double))