]> diplodocus.org Git - nmh/blob - docs/historical/SRI-NOSC/strings.c
Added start_test/finish_test to a bunch of tests.
[nmh] / docs / historical / SRI-NOSC / strings.c
1 char *anoyes[] {
2 "no", 0,
3 "yes", 0,
4 0,
5 };
6 char components[] "components";
7 char current[] "cur";
8 char defalt[] "inbox";
9 char distcomps[] "distcomps";
10 char draft[] "draft";
11 char foldprot[] "0751";
12 /*char installproc[] "/rnd/borden/bin/install-defs";*/
13 /*char installproc[] "/rnd/phyl/bin/install-defs";*/
14 char installproc[] "/m/mh/install-defs";
15 char listname[] "select";
16 /*char lsproc[] "/bin/nls";*/
17 char lsproc[] "bin/ls";
18 char mailbox[] "/.mail";
19 char mh_defs[] "/.mh_defs";
20 char mhnews[] "/m/mh/news";
21 char msgprot[] "0664";
22 /*char prproc[] "/rnd/borden/bin/ppr";*/
23 char prproc[] "/bin/pr";
24 /* char scanproc[] "/rnd/borden/bin/mh.2/scan"; */
25 /* char scanproc[] "/fsd/phyl/mh/scan"; */
26 /*char scanproc[] "/rnd/phyl/bin/mh/scan";*/
27 char scanproc[] "/m/mh/nullproc";
28 /*char showproc[] "/rnd/borden/bin/type";*/
29 char showproc[] "/m/mh/pr";
30 char prmtproc[] "/m/mh/prompter";
31 /* char sndproc[] "/rnd/borden/bin/mh.2/send"; */
32 /* char sndproc[] "/fsd/phyl/mh/send"; */
33 /*char sndproc[] "/rnd/phyl/bin/mh/send";*/
34 char sndproc[] "/m/mh/send";
35 char sbmitloc[] "/m/mmdf/submit";
36 char sbmitnam[] "submit";
37 /*char stdcomps[] "/rnd/borden/etc/components";*/
38 char stdcomps[] "/m/mh/components";
39 /*char stddcomps[] "/rnd/borden/etc/distcomps";*/
40 char stddcomps[] "/m/mh/distcomps";
41 char sysed[] "/bin/ed";
42 char locname[] "SRI-TSC"; /* local host name */