diff options
| author | Joerg Wunsch <joerg@FreeBSD.org> | 1997-10-07 07:23:28 +0000 |
|---|---|---|
| committer | Joerg Wunsch <joerg@FreeBSD.org> | 1997-10-07 07:23:28 +0000 |
| commit | a73927ee240505d43463b1e23111c83ad76ef4e2 (patch) | |
| tree | 1d124a39c809900a837e8563e026397e95960435 /gnu | |
| parent | a3796113f14c82182c6c803b8ee05b959da5f238 (diff) | |
Notes
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/libexec/uucp/common_sources/policy.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/libexec/uucp/common_sources/policy.h b/gnu/libexec/uucp/common_sources/policy.h index 9e7c6c5ecf51..da118b67c71e 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. |
