From: Remi Gacogne Date: Fri, 18 Sep 2020 08:30:54 +0000 (+0200) Subject: dnsdist: views.hh should be a symbolic link to one in the pdns/ directory X-Git-Tag: auth-4.4.0-alpha1~32^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F9479%2Fhead;p=thirdparty%2Fpdns.git dnsdist: views.hh should be a symbolic link to one in the pdns/ directory --- diff --git a/pdns/dnsdistdist/views.hh b/pdns/dnsdistdist/views.hh deleted file mode 100644 index 7e56c1590d..0000000000 --- a/pdns/dnsdistdist/views.hh +++ /dev/null @@ -1,36 +0,0 @@ -/* - * This file is part of PowerDNS or dnsdist. - * Copyright -- PowerDNS.COM B.V. and its contributors - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of version 2 of the GNU General Public License as - * published by the Free Software Foundation. - * - * In addition, for the avoidance of any doubt, permission is granted to - * link this program with OpenSSL and to (re)distribute the binaries - * produced as the result of such linking. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. - */ - -#pragma once - -#ifdef __cpp_lib_string_view -using std::string_view; -#else -#include -#if BOOST_VERSION >= 106100 -#include -using boost::string_view; -#else -#include -using string_view = boost::string_ref; -#endif -#endif diff --git a/pdns/dnsdistdist/views.hh b/pdns/dnsdistdist/views.hh new file mode 120000 index 0000000000..2213b7d900 --- /dev/null +++ b/pdns/dnsdistdist/views.hh @@ -0,0 +1 @@ +../views.hh \ No newline at end of file