]>
diplodocus.org Git - nmh/blob - docs/historical/mh-jun-1982/Extras/whoami.h
1 /* USE THIS FILE AS AN EXAMPLE ONLY */
2 /* You must fill in your own stuff in your whoami.h, which you already have */
4 #define sysname "youruucpname"
6 /* Omit these if not on the ARPANET */
7 #define HOSTNAME "ARPA-NAME" /* Arpa STANDARD host name for us */
8 #define HOSTNUM nnn /* Short style host number */
9 #define HOSTHOST nnn /* For long style host/imp numbers */
10 #define HOSTIMP nnn /* ditto */
12 /* HOSTNUM = (HOSTHOST<<6)|HOSTIMP which only works if host is 0-3 */
13 /* since result must fit in a byte. */