|
|
1.1 ! root 1: /* ! 2: * Local configuration of various files. Used if you can't put these ! 3: * things in the standard places or aren't the super user, so you ! 4: * don't have to modify the source files. Thus, you can install updates ! 5: * without having to re-localize your sources. ! 6: */ ! 7: ! 8: /* Path to library files */ ! 9: #define libpath(file) "/usr/lib/file" ! 10: ! 11: /* Path to local library files */ ! 12: #define loclibpath(file) "/usr/local/lib/file" ! 13: ! 14: /* Path to binaries */ ! 15: #define binpath(file) "/usr/bin/file" ! 16: ! 17: /* Path to things under /usr (e.g. /usr/preserve) */ ! 18: #define usrpath(file) "/usr/file" ! 19: ! 20: /* Location of termcap file */ ! 21: #define E_TERMCAP "/etc/termcap" ! 22: ! 23: /* Location of terminfo source file */ ! 24: #define E_TERMINFO "./terminfo.src" ! 25: ! 26: /* Location of terminfo binary directory tree */ ! 27: #define termpath(file) "/usr/lib/terminfo/file" ! 28: ! 29: /* Location of the C shell */ ! 30: #define B_CSH
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.