Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/external/mpl/bind/dist/bin/tests/system/feature-test.c,v rcsdiff: /ftp/cvs/cvsroot/src/external/mpl/bind/dist/bin/tests/system/feature-test.c,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.3 retrieving revision 1.4 diff -u -p -r1.3 -r1.4 --- src/external/mpl/bind/dist/bin/tests/system/feature-test.c 2019/01/09 16:55:01 1.3 +++ src/external/mpl/bind/dist/bin/tests/system/feature-test.c 2019/02/24 20:01:28 1.4 @@ -1,4 +1,4 @@ -/* $NetBSD: feature-test.c,v 1.3 2019/01/09 16:55:01 christos Exp $ */ +/* $NetBSD: feature-test.c,v 1.4 2019/02/24 20:01:28 christos Exp $ */ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") @@ -47,8 +47,6 @@ usage() { fprintf(stderr, " --have-geoip\n"); fprintf(stderr, " --have-libxml2\n"); fprintf(stderr, " --ipv6only=no\n"); - fprintf(stderr, " --rpz-nsdname\n"); - fprintf(stderr, " --rpz-nsip\n"); fprintf(stderr, " --with-idn\n"); fprintf(stderr, " --with-lmdb\n"); } @@ -138,22 +136,6 @@ main(int argc, char **argv) { #endif } - if (strcmp(argv[1], "--rpz-nsip") == 0) { -#ifdef ENABLE_RPZ_NSIP - return (0); -#else - return (1); -#endif - } - - if (strcmp(argv[1], "--rpz-nsdname") == 0) { -#ifdef ENABLE_RPZ_NSDNAME - return (0); -#else - return (1); -#endif - } - if (strcmp(argv[1], "--with-idn") == 0) { #ifdef HAVE_LIBIDN2 return (0);