From 5029fdebbeda7df34d82b0c329d1c947134fa1fe Mon Sep 17 00:00:00 2001 From: joerg Date: Tue, 7 Oct 1997 07:23:28 +0000 Subject: Include optional support for HDB-style config files, so the true masochists can get their rights as well. ;-) The default remains, of course, Taylor config. Demanded by: some people on -hackers I think this is safe enough to go into RELENG_2_2 as well, if there's demand. --- gnu/libexec/uucp/common_sources/policy.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu/libexec') diff --git a/gnu/libexec/uucp/common_sources/policy.h b/gnu/libexec/uucp/common_sources/policy.h index 9e7c6c5..da118b6 100644 --- a/gnu/libexec/uucp/common_sources/policy.h +++ b/gnu/libexec/uucp/common_sources/policy.h @@ -466,7 +466,7 @@ configuration files will be read first, followed by the V2 configuration files, followed by the HDB configuration files. */ #define HAVE_V2_CONFIG 0 -#define HAVE_HDB_CONFIG 0 +#define HAVE_HDB_CONFIG 1 /* Exactly one of the following macros must be set to 1. The exact format of the spool directories is explained in unix/spool.c. -- cgit v1.1