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-aix32.h < prev    next >
C/C++ Source or Header  |  1996-08-12  |  1KB  |  64 lines

  1. /*
  2.  *    This version is for RS6000 AIX 3.2.x
  3.  *    (also for AIX 4.1)
  4.  *    From: tranle@intellicorp (Minh Tran-Le)
  5.  */
  6.  
  7. /*
  8.  *    Notice: AIX's PRINTER command is "lpr"  (see config.h)
  9.  */
  10.  
  11. #include <s-sys5.h>
  12.  
  13. /*
  14.  *    Define if your system has BSD like job control (SIGTSTP works)
  15.  */
  16.  
  17. #define HAVE_JOBCONTROL            /* */
  18.  
  19. /*
  20.  *    Define HAVE_MULTIGROUP if system has simultaneous multiple group
  21.  *    membership capability (BSD style).
  22.  */
  23.  
  24. #define HAVE_MULTIGROUP
  25. #define GIDSET_TYPE gid_t
  26.  
  27. /*
  28.  *    Define HAVE_GETHOSTNAME if your system provides a BSD like
  29.  *    gethostname routine.
  30.  */
  31.  
  32. #undef  HAVE_UNAME
  33. #define    HAVE_GETHOSTNAME
  34.  
  35. /*
  36.  *    Define if your system has a 4.3BSD like ualarm call.
  37.  */
  38.  
  39. #define HAVE_UALARM
  40.  
  41. /*
  42.  *    Define if your system has a 4.3BSD like syslog library.
  43.  */
  44.  
  45. #define HAVE_SYSLOG
  46.  
  47. /*
  48.  *     Define RESIZING to make nn understand dynamic window-resizing.
  49.  *     (It uses the TIOCGWINSZ ioctl found on most 4.3BSD systems)
  50.  */
  51.  
  52. #define RESIZING
  53.  
  54. /*
  55.  *    Setup to use the XLC compiler
  56.  */
  57. #undef COMPILER
  58. #define COMPILER xlc -qroconst -ma
  59. #define COMPILER_FLAGS -D_ALL_SOURCE
  60.  
  61. #define HAVE_STRING_H
  62. #define HAVE_UNISTD_H
  63. #define HAVE_STDLIB_H
  64.