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-apollo.h < prev    next >
C/C++ Source or Header  |  1996-08-26  |  2KB  |  64 lines

  1. /*
  2.  *    This version is for Apollo Domain/OS systems running BSD 4.3.
  3.  *    From: mmitchel@digi.lonestar.org (Mitch Mitchell)
  4.  *
  5.  *    Notice: If you use the ANSI compiler and have installed the SR10.3
  6.  *    ANSI stuff, you will have to #define SIGNAL_HANDLERS_ARE_VOID below.
  7.  *    (You should really do it in config.h though for portability! ++Kim)
  8.  *    From: rog@speech.kth.se (Roger Lindell)
  9.  */
  10.  
  11. #include "s-bsd4-3.h"
  12.  
  13. #define    SIGNAL_HANDLERS_ARE_VOID    /* ANSI compiler */
  14. #define RESIZING
  15.  
  16. /*
  17.  *    special sleep function that terminates following
  18.  *      the receipt of a signal  (needed for BSD Unix).
  19.  */
  20.  
  21. #define HAVE_HARD_SLEEP
  22.  
  23. /*
  24.  *    Specify where the Korne Shell is. (instead of Borne Shell)
  25.  *    The Bourne Shell is somewhat unreliable (at SR10.2).
  26.  */
  27.  
  28. #ifdef  SHELL
  29. #undef  SHELL
  30. #endif
  31. #define SHELL        "/bin/ksh"
  32.  
  33. /* Do you have /usr/include/string.h */
  34. #define HAVE_STRING_H /* */
  35.  
  36. /* Do you have /usr/include/unistd.h */
  37. #define HAVE_UNISTD_H /* */
  38.  
  39. /* Do you have /usr/include/stdlib.h */
  40. #define HAVE_STDLIB_H /* */
  41.  
  42. /* Do you have /usr/include/memory.h */
  43. /* #define HAVE_MEMORY_H /* */
  44.  
  45. /* Do you have /usr/include/fcntl.h */
  46. #define HAVE_FCNTL_H /* */
  47.  
  48. /*
  49.  *    Allow specification of file names to begin with a double
  50.  *      slash "//" so that Apollo node names of form "//node" can
  51.  *      occur in folder and file specifications.
  52.  */
  53.  
  54. #define ALLOW_LEADING_DOUBLE_SLASH
  55.  
  56. /*
  57.  *    Cause nnmaster to keep a CLIENT copy of the MASTER file to overcome
  58.  *    problems with network write access.
  59.  */
  60.  
  61. #define APOLLO_DOMAIN_OS
  62.  
  63. #undef NO_MEMMOVE
  64.