]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - bfd/hosts/hppahpux.h
* mpw-make.in (ctor.c): Remove references.
[thirdparty/binutils-gdb.git] / bfd / hosts / hppahpux.h
1 #ifndef _HPPAHPUX_H
2 #define _HPPAHPUX_H
3
4 #include <stddef.h>
5 #include <fcntl.h>
6 #include <errno.h>
7 #include <stdio.h>
8 #include <sys/types.h>
9 #include <sys/stat.h>
10 #include <ctype.h>
11 #include <string.h>
12 #include <sys/file.h>
13 #include <memory.h>
14 #include <stdlib.h>
15
16 #define HOST_HPPAHPUX
17
18 void free();
19
20 #ifndef O_ACCMODE
21 #define O_ACCMODE (O_RDONLY | O_WRONLY | O_RDWR)
22 #endif
23 #define SEEK_SET 0
24 #define SEEK_CUR 1
25
26 #ifndef __STDC__
27 #define NATIVE_HPPAHPUX_COMPILER
28 #endif
29
30 #define USE_UTIME
31
32 #if 0
33 static int
34 rename(from, to)
35 {
36 unlink(to);
37 return(link(from, to));
38 }
39 #endif
40
41 #include "fopen-same.h"
42
43 #endif /* _HPPAHPUX_H */