]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - gdb/config/vax/xm-vaxult.h
Initial creation of sourceware repository
[thirdparty/binutils-gdb.git] / gdb / config / vax / xm-vaxult.h
1 /* Definitions to make GDB run on a vax under Ultrix. */
2
3 #include "vax/xm-vax.h"
4 extern char *strdup();
5
6 /* This is required for Ultrix 3.1b, not for later versions. Ultrix
7 3.1b can't just use xm-vaxult2.h because Ultrix 3.1b does define
8 FD_SET. Sure, we could have separate configurations for vaxult2,
9 vaxult3, and vaxult, but why bother? Defining the ptrace constants
10 in infptrace.c isn't going to do any harm; it's not like they are
11 going to change. */
12 #define NO_PTRACE_H