1 /* BEGIN INCLUDE FILE:  dl_handler_options.incl.pl1 */
 2 
 3 /* This is the switches argument to dl_handler_$switches
 4 
 5    Jay Pattin 7/2/83 */
 6 
 7 declare   1 dl_handler_options,
 8           2 no_question                 bit (1) unaligned,  /* ON = reset switches without querying */
 9           2 library                     bit (1) unaligned,  /* ON = use installatio_tools_ */
10           2 raw                         bit (1) unaligned,  /* ON = use hcs_, not object_type_ (library takes precedence) */
11           2 mbz                         bit (33) unaligned;
12 
13 /* END INCLUDE FILE: dl_handler_options.incl.pl1 */