home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 9 / FreshFishVol9-CD2.bin / bbs / gnu / gdb-4.14-src.lha / gdb-4.14 / gdb / config / vax / xm-vaxult.h < prev    next >
Encoding:
C/C++ Source or Header  |  1993-08-24  |  522 b   |  15 lines

  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
  15.