* config/vax/xm-vaxult.h: Define NO_PTRACE_H.
[deliverable/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 #define MEM_FNS_DECLARED
7
8 /* This is required for Ultrix 3.1b, not for later versions. Ultrix
9 3.1b can't just use xm-vaxult2.h because Ultrix 3.1b does define
10 FD_SET. Sure, we could have separate configurations for vaxult2,
11 vaxult3, and vaxult, but why bother? Defining the ptrace constants
12 in infptrace.c isn't going to do any harm; it's not like they are
13 going to change. */
14 #define NO_PTRACE_H
This page took 0.029953 seconds and 4 git commands to generate.