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-xenix386.h < prev    next >
C/C++ Source or Header  |  1995-04-29  |  923b  |  43 lines

  1. /*
  2.  *  Thu Jun 29 18:55:47 1989 - Chip Rosenthal <chip@vector.Dallas.TX.US>
  3.  *    Generated SCO XENIX/386 version from "s-template.h".  XENIX has
  4.  *    both "termcap" and "terminfo".  This version reflects the local
  5.  *    preference for "termcap".
  6.  */
  7.  
  8. #define NO_DIRENT_H
  9. #include "s-sys5-tcap.h"
  10.  
  11. #undef SIGNAL_HANDLERS_ARE_VOID
  12.  
  13. #define    HAVE_DIRECTORY            /* */
  14. #include <sys/ndir.h>            /* SCO XENIX */
  15. typedef struct direct Direntry;        /* BSD and SCO XENIX */
  16.  
  17. #undef HAVE_MKDIR
  18.  
  19. #undef    DETATCH_TERMINAL
  20.  
  21. /*
  22.  *    Define AVOID_SHELL_EXEC if the system gets confused by
  23.  *        #!/bin/sh
  24.  *    lines in shell scripts, e.g. only reads #! and thinks it
  25.  *    is a csh script.
  26.  */
  27.  
  28. #define AVOID_SHELL_EXEC        /* */
  29.  
  30. /*
  31.  *    Specify the default mailer to be invoked by nnmail
  32.  */
  33.  
  34. #undef    MAILX
  35. #define    MAILX    "/usr/bin/mail"        /* SCO XENIX */
  36.  
  37. /*
  38.  *    If your system requires other libraries when linking nn
  39.  *    specify them here:
  40.  */
  41.  
  42. #define EXTRA_LIB    -lx
  43.