* configure.host: Recognize aix4 explicitly.
[deliverable/binutils-gdb.git] / bfd / hosts / miniframe.h
CommitLineData
024b9649
KR
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)
This page took 0.098778 seconds and 4 git commands to generate.