* hosts/alphaosf.h (uint64e_type, uint64_type, int64_type): Delete typedefs,
[platform/upstream/binutils.git] / bfd / hosts / miniframe.h
1 #include "hosts/std-host.h"
2
3 #define USE_UTIME
4
5 #define NEED_MKDIR
6 #define NEED_RMDIR
7
8 #ifndef MAXPATHLEN
9 #define MAXPATHLEN      1024
10 #endif  /* MAXPATHLEN */
11
12 #define bcmp(b1,b2,len)         memcmp(b1,b2,len)
13 #define bcopy(src,dst,len)      memcpy(dst,src,len)
14 #define bzero(s,n)              memset(s,0,n)