1 /* Begin include file uparm.h */ 2 /* 3 * Local configuration of various files. Used if you can't put these 4 * things in the standard places or aren't the super user, so you 5 * don't have to modify the source files. Thus, you can install updates 6 * without having to re-localize your sources. 7 */ 8 9 /* Path to library files */ 10 #define libpath(file) "/usr/lib/file" 11 12 /* Path to local library files */ 13 #define loclibpath(file) "/usr/local/lib/file" 14 15 /* Path to binaries */ 16 #define binpath(file) "/usr/bin/file" 17 18 /* Path to things under /usr (e.g. /usr/preserve) */ 19 #define usrpath(file) "/usr/file" 20 21 /* Location of termcap file */ 22 #define E_TERMCAP "/etc/termcap" 23 24 /* Location of terminfo source file */ 25 #define E_TERMINFO ">sl3p>cc>terminfo>terminfo.src" 26 27 /* Location of terminfo binary directory tree */ 28 #define termpath(file) ">sl3p>cc>terminfo>file" 29 30 /* Location of the C shell */ 31 #define B_CSH 32 33 34 /* End include file uparm.h */