From 0cfbac1d4fb6b515a7f85bef868166418982f31d Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Mon, 24 Jan 2000 20:01:06 +0000 Subject: [PATCH] Added a global configuration file. --- cf.ucw/config | 0 m4/nsc.m4 | 6 ++++-- 2 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 cf.ucw/config diff --git a/cf.ucw/config b/cf.ucw/config new file mode 100644 index 0000000..e69de29 diff --git a/m4/nsc.m4 b/m4/nsc.m4 index 9b0bf3e..5f56686 100644 --- a/m4/nsc.m4 +++ b/m4/nsc.m4 @@ -1,6 +1,6 @@ dnl ### -dnl ### NSC 2.2 -- Zone File Generator -dnl ### (c) 1997--1999 Martin Mares +dnl ### NSC 2.3 -- Zone File Generator +dnl ### (c) 1997--2000 Martin Mares dnl ### dnl ### Usage: m4 nsc.m4 domain-source-files >zone-file dnl ### Or: m4 nsc.m4 domain-source-files >rev-zone-file -DREVERSE=net-ip -DREVBASE=net-ip-to-SOA @@ -101,3 +101,5 @@ localhost A 127.0.0.1 divert`'ifdef(`REVERSE',` ')') m4wrap(`cleanup') + +include(cf/config) -- 2.39.5