📄 mh.whoami.m4
字号:
divert(10)*********************************************************** M4 Configuration information (for ucb)**** This is driven from /usr/include/whoami**** @(#)whoami.m4 3.3 1/2/82************************************************************ WHOAMI is who we are -- this drives the rest of the fileifdef(`WHOAMI',, `define(WHOAMI, stripnl(include(`/usr/include/whoami')))')*** Host on the ARPANETifdef(`ANHOST',, `define(ANHOST, Berkeley)')*** Host on the Berkeley Networkifdef(`BNHOST',, `define(BNHOST, CSVAX)')*** Host on the Ether Networkifdef(`ENHOST',, ifelse(WHOAMI, ARPAVAX, `define(ENHOST, UCB-ARPA)', WHOAMI, OSCAR, `define(ENHOST, UCB-COMET)', WHOAMI, KIM, `define(ENHOST, UCB-KIM)', WHOAMI, INGVAX, `define(ENHOST, UCB-INGRES)', ))*** Host on the UUCP Networkifdef(`UNHOST',, `define(UNHOST, WHOAMI)')*** Version of UNIX we are running and other misc. information.ifelse( WHOAMI, ING70, `define(m4_V6)', WHOAMI, C70, nothing default `define(m4_VAX)' `define(m4_VFORK)' `define(m4_DBMLIB)' )divert(0)dnl
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -