diff options
| author | Doug Barton <dougb@FreeBSD.org> | 2009-06-01 21:58:59 +0000 |
|---|---|---|
| committer | Doug Barton <dougb@FreeBSD.org> | 2009-06-01 21:58:59 +0000 |
| commit | 536613bc357b2b597727f45e7e9d424b36110130 (patch) | |
| tree | 72db1e0c01d84e250caffb50818290e40f7886f4 /tools | |
| parent | 25dd52cdb10d223b9258836e23cc6ae4ea333b86 (diff) | |
Notes
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/build/options/WITH_BIND_IDN | 3 | ||||
| -rw-r--r-- | tools/build/options/WITH_BIND_LARGE_FILE | 2 | ||||
| -rw-r--r-- | tools/build/options/WITH_BIND_SIGCHASE | 2 | ||||
| -rw-r--r-- | tools/build/options/WITH_BIND_XML | 3 |
4 files changed, 10 insertions, 0 deletions
diff --git a/tools/build/options/WITH_BIND_IDN b/tools/build/options/WITH_BIND_IDN new file mode 100644 index 000000000000..35d6628dbcd2 --- /dev/null +++ b/tools/build/options/WITH_BIND_IDN @@ -0,0 +1,3 @@ +.\" $FreeBSD$ +Set to enable IDN support for dig, host, and nslookup. +This requires ports/dns/idnkit to be installed in /usr/local. diff --git a/tools/build/options/WITH_BIND_LARGE_FILE b/tools/build/options/WITH_BIND_LARGE_FILE new file mode 100644 index 000000000000..00e48eb48982 --- /dev/null +++ b/tools/build/options/WITH_BIND_LARGE_FILE @@ -0,0 +1,2 @@ +.\" $FreeBSD$ +Set to enable 64-bit file support. diff --git a/tools/build/options/WITH_BIND_SIGCHASE b/tools/build/options/WITH_BIND_SIGCHASE new file mode 100644 index 000000000000..889e6ec2bf54 --- /dev/null +++ b/tools/build/options/WITH_BIND_SIGCHASE @@ -0,0 +1,2 @@ +.\" $FreeBSD$ +Set to enable DNSSEC validation support for dig, host, and nslookup. diff --git a/tools/build/options/WITH_BIND_XML b/tools/build/options/WITH_BIND_XML new file mode 100644 index 000000000000..67ba3a5c6f54 --- /dev/null +++ b/tools/build/options/WITH_BIND_XML @@ -0,0 +1,3 @@ +.\" $FreeBSD$ +Set to enable the http statistics interface for named. +This requires ports/textproc/libxml2 to be installed in /usr/local. |
