home *** CD-ROM | disk | FTP | other *** search
/ OpenStep 4.2J (Developer) / os42jdev.iso / NextDeveloper / Source / GNU / emacs / src / m-pmax.h < prev    next >
C/C++ Source or Header  |  1992-04-25  |  932b  |  37 lines

  1. #include "m-mips.h"
  2. #undef LIBS_MACHINE
  3. #undef BIG_ENDIAN
  4. #undef LIB_STANDARD
  5. #undef START_FILES
  6. #undef COFF
  7. #undef TERMINFO
  8. #define MAIL_USE_FLOCK
  9. #define HAVE_UNION_WAIT
  10.  
  11. /* This line starts being needed with ultrix 4.0.  */
  12. /* You must delete it for version 3.1.  */
  13. #define START_FILES pre-crt0.o /usr/lib/cmplrs/cc/crt0.o
  14.  
  15. /* Supposedly the following will overcome a kernel bug.  */
  16. #undef LD_SWITCH_MACHINE
  17. #undef DATA_START
  18. #define DATA_START 0x10000000
  19. #define DATA_SEG_BITS 0x10000000
  20.  
  21. /* In Ultrix 4.1, XvmsAlloc.o in libX11.a seems to insist
  22.    on defining malloc itself.  This should avoid conflicting with it.  */
  23. #define SYSTEM_MALLOC
  24.  
  25. /* Override what m-mips.h says about this.  */
  26. #undef LINKER
  27.  
  28. /* Ultrix 4.2 (perhaps also 4.1) implements O_NONBLOCK
  29.    but it doesn't work right;
  30.    and it causes hanging in read_process_output.  */
  31. #define BROKEN_O_NONBLOCK
  32.  
  33. #ifdef OSF1
  34. #undef C_ALLOCA
  35. #define HAVE_ALLOCA
  36. #endif
  37.