{
	use esmith::db;
	use esmith::config;

	my %conf;
	tie %conf, 'esmith::config';

	my $status = db_get_prop(\%conf, "modSSL", "status");

	if (defined $status and $status eq "enabled")
	{
		$OUT = "AddModule mod_ssl.c";
	}
}
