home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Spezial / SPEZIAL2_97.zip / SPEZIAL2_97.iso / ANWEND / EDITOR / NVI179B / NVI179B.ZIP / build / pathnames.h.in < prev    next >
Text File  |  1997-06-01  |  742b  |  46 lines

  1. /* @(#)pathnames.h.in    8.4 (Berkeley) 6/26/96 */
  2.  
  3. #ifndef    _PATH_BSHELL
  4. #define    _PATH_BSHELL    "@vi_cv_path_shell@"
  5. #endif
  6.  
  7. #ifndef    _PATH_EXRC
  8. #define    _PATH_EXRC    ".exrc"
  9. #endif
  10.  
  11. #ifndef    _PATH_MSGCAT
  12. #define    _PATH_MSGCAT    "./"
  13. #endif
  14.  
  15. #ifndef    _PATH_NEXRC
  16. #define    _PATH_NEXRC    ".nexrc"
  17. #endif
  18.  
  19. #ifndef    _PATH_PRESERVE
  20. #define    _PATH_PRESERVE    "@vi_cv_path_preserve@"
  21. #endif
  22.  
  23. #ifndef _PATH_SYSV_PTY
  24. #define    _PATH_SYSV_PTY    "/dev/ptmx"
  25. #endif
  26.  
  27. #ifndef    _PATH_SENDMAIL
  28. #define    _PATH_SENDMAIL    "@vi_cv_path_sendmail@"
  29. #endif
  30.  
  31. #ifndef    _PATH_SYSEXRC
  32. #define    _PATH_SYSEXRC    "@prefix@/etc/vi.exrc"
  33. #endif
  34.  
  35. #ifndef    _PATH_TAGS
  36. #define    _PATH_TAGS    "tags"
  37. #endif
  38.  
  39. #ifndef    _PATH_TMP
  40. #define    _PATH_TMP    "/tmp"
  41. #endif
  42.  
  43. #ifndef    _PATH_TTY
  44. #define    _PATH_TTY    "/dev/tty"
  45. #endif
  46.