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-xenix386wg.h < prev    next >
C/C++ Source or Header  |  1995-04-29  |  948b  |  44 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. #define HAVE_MKDIR
  19.  
  20. #undef    DETATCH_TERMINAL
  21.  
  22. /*
  23.  *    Define AVOID_SHELL_EXEC if the system gets confused by
  24.  *        #!/bin/sh
  25.  *    lines in shell scripts, e.g. only reads #! and thinks it
  26.  *    is a csh script.
  27.  */
  28.  
  29. #define AVOID_SHELL_EXEC        /* */
  30.  
  31. /*
  32.  *    Specify the default mailer to be invoked by nnmail
  33.  */
  34.  
  35. #undef    MAILX
  36. #define    MAILX    "/usr/bin/mail"        /* SCO XENIX */
  37.  
  38. /*
  39.  *    If your system requires other libraries when linking nn
  40.  *    specify them here:
  41.  */
  42.  
  43. #define EXTRA_LIB    -lx
  44.