uparm.h
来自「<B>Digital的Unix操作系统VAX 4.2源码</B>」· C头文件 代码 · 共 33 行
H
33 行
/* @(#)uparm.h 4.1 (ULTRIX) 7/2/90 *//* * Local configuration of various files. Used if you can't put these * things in the standard places or aren't the super user, so you * don't have to modify the source files. Thus, you can install updates * without having to re-localize your sources. *//* Path to library files */#define libpath(file) "/usr/lib/file"/* Path to local library files */#define loclibpath(file) "/usr/local/lib/file"/* Path to binaries */#define binpath(file) "/usr/bin/file"/* Path to things under /usr (e.g. /usr/preserve) */#define usrpath(file) "/usr/file"/* Location of termcap file */#define E_TERMCAP "/etc/termcap"/* Location of terminfo source file */#define E_TERMINFO "./terminfo.src"/* Location of terminfo binary directory tree */#define termpath(file) "/usr/lib/terminfo/file"/* Location of the C shell */#define B_CSH
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?