
  ?VAR
*IF ($variable(fsv$test_harness, declared) = 'LOCAL') AND fsv$test_harness
    fsc$compiling_for_test_harness: boolean := TRUE ?;
*ELSE
    fsc$compiling_for_test_harness: boolean := FALSE ?;
*IFEND

