]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/baconfig.h
- Implement restore of a single directory.
[bacula/bacula] / bacula / src / baconfig.h
index 5cda012fd18bdf034733877d95dce0dc2edcc584..d74b673f5e6244bedca08c5ef76ec6fd98f58f41 100644 (file)
@@ -490,6 +490,14 @@ int  m_msg(const char *file, int line, POOLMEM *&pool_buf, const char *fmt, ...)
 #define ftello ftell
 #endif
 
+#if defined (__digital__) && defined (__unix__)
+/* Tru64 - it does have fseeko and ftello , but since ftell/fseek are also 64 bit */
+/* take this 'shortcut' */
+#define fseeko fseek
+#define ftello ftell
+#endif
+
+
 #ifdef __alpha__
 #define OSF 1
 #endif