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-pyramid.h < prev    next >
C/C++ Source or Header  |  1995-04-29  |  310b  |  18 lines

  1. /*
  2.  *    This version is for PYRAMID (almost BSD 4.2) systems
  3.  *    (also known as Nixdorf Targon 35).
  4.  */
  5.  
  6. #define USE_STRINGS_H
  7.  
  8. #include "s-bsd4-2.h"
  9.  
  10. extern FILE *popen();
  11.  
  12. /* The sysV shell has test built-in */
  13. #undef SHELL
  14. #define SHELL "/.attbin/sh"
  15.  
  16. #undef    MAILX
  17. #define    MAILX    "/usr/.ucbucb/Mail"        /* BSD */
  18.