Mon Jan 3 10:59:28 1994 Stan Shebs (shebs@andros.cygnus.com)
[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)