changes to get rsync working on a CRAY J90. This machine doesn't have
[rsync/rsync.git] / rsync.h
diff --git a/rsync.h b/rsync.h
index dc2988a..dc58e69 100644 (file)
--- a/rsync.h
+++ b/rsync.h
 #define int32 long
 #elif (SIZEOF_SHORT == 4)
 #define int32 short
+#else
+/* I hope this works */
+#define int32 int
 #endif
 #endif
 
@@ -357,7 +360,7 @@ static inline int flist_up(struct file_list *flist, int i)
 #include "byteorder.h"
 #include "version.h"
 #include "proto.h"
-#include "md4.h"
+#include "lib/mdfour.h"
 
 #if !HAVE_STRERROR
 extern char *sys_errlist[];