xref: /netbsd-src/external/mpl/bind/dist/bin/tests/system/dyndb/prereq.sh (revision f3cfa6f6ce31685c6c4a758bc430e69eb99f50a4)
1#!/bin/sh
2#
3# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
4#
5# This Source Code Form is subject to the terms of the Mozilla Public
6# License, v. 2.0. If a copy of the MPL was not distributed with this
7# file, You can obtain one at http://mozilla.org/MPL/2.0/.
8#
9# See the COPYRIGHT file distributed with this work for additional
10# information regarding copyright ownership.
11
12SYSTEMTESTTOP=..
13. $SYSTEMTESTTOP/conf.sh
14
15$FEATURETEST --have-dlopen ||  {
16        echo_i "dlopen() not supported - skipping dyndb test"
17        exit 255
18}
19exit 0
20