home *** CD-ROM | disk | FTP | other *** search
/ Unix System Administration Handbook 1997 October / usah_oct97.iso / news / nn.tar / nn-6.5.1 / conf / s-uport2-2.h < prev    next >
C/C++ Source or Header  |  1995-04-29  |  388b  |  26 lines

  1. /*
  2.  *    This version is for Microport UNIX V.2 machines.
  3.  */
  4.  
  5. #define NO_DIRENT_H
  6. #include "s-sys5.h"
  7.  
  8. #undef SIGNAL_HANDLERS_ARE_VOID
  9. #undef HAVE_MKDIR
  10.  
  11. /*
  12.  *    Specify where the Bourne Shell is.
  13.  */
  14.  
  15. #define AVOID_SHELL_EXEC
  16.  
  17. #undef    SHELL
  18. #define    SHELL        "/bin/ksh"
  19.  
  20. /*
  21.  *    Use P.D. malloc library for the 286.
  22.  *    This may not be needed if you don't have it...
  23.  */
  24.  
  25. #define EXTRA_LIB     -lm286
  26.