]> diplodocus.org Git - nmh/blob - docs/historical/mh-jun-1982/strings/rhosts.c
Updated documentation and comments about sendmail/pipe.
[nmh] / docs / historical / mh-jun-1982 / strings / rhosts.c
1 #ifdef COMMENT
2 Proprietary Rand Corporation, 1981.
3 Further distribution of this software
4 subject to the terms of the Rand
5 license agreement.
6 #endif
7
8 #include "../mh.h"
9
10 #ifdef ARPANET
11
12 #ifdef NOGATEWAY
13
14 /* rhosts is a list of legal uucp hosts who are allowed to
15 /* send stuff out over the arpanet.
16 /**/
17
18 char *rhosts[] = {
19 0
20 };
21
22 #endif
23
24 #endif
25