DONT_EXTEND
c_output(cmd.infile, "-DRPC_XDR", DONT_EXTEND, cmd.outfile);
h_output(cmd.infile, "-DRPC_HDR", DONT_EXTEND, cmd.outfile,
l_output(cmd.infile, "-DRPC_CLNT", DONT_EXTEND, cmd.outfile);
s_output(argc, argv, cmd.infile, "-DRPC_SVC", DONT_EXTEND,
t_output(cmd.infile, "-DRPC_TBL", DONT_EXTEND, cmd.outfile);
svc_output(cmd.infile, "-DRPC_SERVER", DONT_EXTEND,
clnt_output(cmd.infile, "-DRPC_CLIENT", DONT_EXTEND,