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-vaxbsd.h < prev    next >
Encoding:
C/C++ Source or Header  |  1993-05-19  |  449 b   |  14 lines

  1. /* Definitions to make GDB run on a vax under BSD, 4.3 or 4.4. */
  2.  
  3. /* We have to include these files now, so that GDB will not make
  4.    competing definitions in defs.h.  */
  5. #include <machine/endian.h>
  6. /* This should exist on either 4.3 or 4.4.  4.3 doesn't have limits.h
  7.    or machine/limits.h.  */
  8. #include <sys/param.h>
  9.  
  10. #include "vax/xm-vax.h"
  11.  
  12. /* In non-ANSI compiles, memcpy and memset are still void *, not char *.  */
  13. #define MEM_FNS_DECLARED
  14.