]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/baconfig.h
Restore JobIds in right order + Tru64 porting
[bacula/bacula] / bacula / src / baconfig.h
index 31441a85762c4826d33b36677c64143713e6821d..455e498bbbe9136d943eac781d5aab65eacea731 100644 (file)
@@ -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))