home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 October / usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso / unix / volume16 / pcomm2 / part02 / Unixpc.shar / config.h next >
Text File  |  1988-09-14  |  2KB  |  56 lines

  1. /*
  2.  * Various tunable parameters.  This should appear before any other local
  3.  * header file.
  4.  */
  5.  
  6. /* Use the dialing routines specific to the AT&T Unix PC 7300/3b1 */
  7. #define    UNIXPC
  8.  
  9. /* Older versions of curses(3) use termcap in lieu of terminfo */
  10. #undef    OLDCURSES
  11.  
  12. /* Use shared memory in lieu of a file for the virtual screen */
  13. #define    SHAREDMEM
  14.  
  15. /* Should a missing video attribute be promoted to standout? */
  16. #define NOPROMOTE
  17.  
  18. /* Use extra precautions if Pcomm is set-user-id or set-group-id */
  19. #undef    SETUGID
  20.  
  21. /* Should Pcomm make a log of all phone calls? */
  22. #undef    LOG_CALLS
  23.  
  24. /* The name of the log file (if used).  */
  25. #define    LOGFILE        "/usr/adm/phone.calls"
  26.  
  27. /* Should long distance (toll) calls be limited to a specific group? */
  28. #undef    LIMIT_LD
  29.  
  30. /* The name of the privileged group for limiting long distance calls */
  31. #define    GROUP_NAME    "uucp"
  32.  
  33. /* The path to the line printer program */
  34. #define    LPR        "/usr/bin/lp"
  35.  
  36. /* The path to the "pretty" printer program (if none, use same as LPR) */
  37. #define    LPRINT        "/usr/bin/lp"
  38.  
  39. /* The path to the default directory containing the Pcomm support files */
  40. #define    DEFAULT_DIR    "/usr/local/lib/pcomm"
  41.  
  42. /* The path to the directory where UUCP locks are found */
  43. #define    LOCK_DIR    "/usr/spool/uucp"
  44.  
  45. /* Do the lock files use ASCII encoded PID's? */
  46. #undef    ASCII_PID
  47.  
  48. /* Should Pcomm optimize redialing by keeping the TTY port open */
  49. #define    KEEP_PORT
  50.  
  51. /* Does the status line scroll up on "magic cookie" terminals? */
  52. #define XMC_BROKE
  53.  
  54. /* Does the alarm() system call work correctly with the wgetch() function? */
  55. #undef    WGETCH_BROKE
  56.