! ! LINK options file for a MAIL alternate protocol ! ! Edit Edit date By Why ! 02 23-May-1996 DTH Removed PROTO_ACTION, functionality moved into PROTO ! 01 16-Aug-89 NMdS Update for VMS V5.1 ! ! Always include these: (Root is PROTO.C) ! proto_axp/include=(proto) ! ! Output modules. Replace stubs with your routines as you write them. ! proto_axp/include=(proto_out_connect,proto_out_sender,proto_out_ckuser) proto_axp/include=(proto_out_to,proto_out_subj,proto_out_cc,proto_out_file) proto_axp/include=(proto_out_cksend,proto_out_deaccess,proto_out_attribs) proto_axp/include=(proto_attribs) ! Stub routine only used by "proto_out_attribs" and "proto_in_attribs" ! ! Input modules. Replace stubs with your routines as you write them. ! proto_axp/include=(proto_in_connect,proto_in_sender,proto_in_ckuser) proto_axp/include=(proto_in_to,proto_in_subj,proto_in_cc,proto_in_file) proto_axp/include=(proto_in_attribs) ! ! I/O modules. Replace stub with your routine as you write them. ! proto_axp/include=(proto_io_write,proto_io_read) ! ! Declare required entry points/universal values. Leave this line alone. ! symbol_vector=( MAIL$C_PROT_MAJOR=DATA,- MAIL$C_PROT_MINOR=DATA,- MAIL$PROTOCOL=PROCEDURE)