##
if ( $command eq "checkin" ) {
    $default_verbose = 0;
    ##  Files that must be updated for every checkin.
    $checkin'always_update{"patchlevel.h"} = 1;
    ##  Files that must be compared at every checkin.
    #$checkin'compare{"config/config.data"} = "config/config.dist";
}
elsif ( $command eq "scan" ) {
    ##  Items to ignore in specific directories.
    $scan'ignore_specific{"POST01"} = 1;
    $scan'ignore_specific{"POST02"} = 1;
    $scan'ignore_specific{"POST03"} = 1;
    $scan'ignore_specific{"POST04"} = 1;
}

1;
