Sun Aug 1 22:54:08 1993 Stu Grossman (grossman at cygnus.com)
[deliverable/binutils-gdb.git] / bfd / hosts / i386lynx.h
1 /* Intel 386 running any BSD Unix */
2
3 #ifndef hosts_i386bsd_H
4 #include <fcntl.h>
5 #include <errno.h>
6 #include <stdio.h>
7 #include <stdlib.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
14 #ifndef O_ACCMODE
15 #define O_ACCMODE (O_RDONLY | O_WRONLY | O_RDWR)
16 #endif
17
18 #define SEEK_SET 0
19 #define SEEK_CUR 1
20
21 #define HOST_PAGE_SIZE NBPG
22 #define HOST_MACHINE_ARCH bfd_arch_i386
23 #define HOST_TEXT_START_ADDR USRTEXT
24
25 #define u_comm u_kproc.kp_proc.p_comm
26
27 #include "fopen-same.h"
28 #define hosts_i386bsd_H
29 #undef I386 /* Lynx defines this for some reason */
30 #endif
This page took 0.029675 seconds and 4 git commands to generate.