1 /* BEGIN INCLUDE FILE - pa_value_names.incl.pl1 */
 2 
 3 /* DESCRIPTION:
 4           This include file defines constants for the names of the values in
 5      which the definition_pva_string and the default_linear_form are stored.
 6 */
 7 
 8 /* HISTORY:
 9 Written by Lindsey Spratt, 07/26/83.
10 Modified:
11 */
12 
13 /* format: style2,ind3 */
14      dcl     (
15              DEFAULT_LINEAR_FORM_PREFIX
16                                     init ("default_linear_form"),
17              DEFINITION_PREFIX      init ("definition")
18              )                      char (32) varying internal static options (constant);
19 
20 /* END INCLUDE FILE - pa_value_names.incl.pl1 */