|
|
1.1 ! root 1: divert(10) ! 2: ! 3: ******************************************************* ! 4: ** ! 5: ** M4 Configuration information (for ucb) ! 6: ** ! 7: ** This is driven from /usr/include/whoami ! 8: ** ! 9: ** @(#)whoami.m4 3.3 1/2/82 ! 10: ** ! 11: ******************************************************* ! 12: ! 13: *** WHOAMI is who we are -- this drives the rest of the file ! 14: ifdef(`WHOAMI',, `define(WHOAMI, stripnl(include(`/usr/include/whoami')))') ! 15: ! 16: *** Host on the ARPANET ! 17: ifdef(`ANHOST',, `define(ANHOST, Berkeley)') ! 18: ! 19: *** Host on the Berkeley Network ! 20: ifdef(`BNHOST',, `define(BNHOST, CSVAX)') ! 21: ! 22: *** Host on the Ether Network ! 23: ifdef(`ENHOST',, ifelse(WHOAMI, ARPAVAX, `define(ENHOST, UCB-ARPA)', ! 24: WHOAMI, OSCAR, `define(ENHOST, UCB-COMET)', ! 25: WHOAMI, KIM, `define(ENHOST, UCB-KIM)', ! 26: WHOAMI, INGVAX, `define(ENHOST, UCB-INGRES)', ! 27: )) ! 28: ! 29: *** Host on the UUCP Network ! 30: ifdef(`UNHOST',, `define(UNHOST, WHOAMI)') ! 31: ! 32: *** Version of UNIX we are running and other misc. information. ! 33: ifelse( ! 34: WHOAMI, ING70, ! 35: `define(m4_V6)', ! 36: WHOAMI, C70, ! 37: nothing ! 38: default ! 39: `define(m4_VAX)' ! 40: `define(m4_VFORK)' ! 41: `define(m4_DBMLIB)' ! 42: ) ! 43: ! 44: divert(0)dnl
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.