]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
dnsdist: views.hh should be a symbolic link to one in the pdns/ directory 9479/head
authorRemi Gacogne <remi.gacogne@powerdns.com>
Fri, 18 Sep 2020 08:30:54 +0000 (10:30 +0200)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Fri, 18 Sep 2020 08:30:54 +0000 (10:30 +0200)
pdns/dnsdistdist/views.hh [changed from file to symlink]

deleted file mode 100644 (file)
index 7e56c1590daa566f48f5f6f398417f6cfd060188..0000000000000000000000000000000000000000
+++ /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 <boost/version.hpp>
-#if BOOST_VERSION >= 106100
-#include <boost/utility/string_view.hpp>
-using boost::string_view;
-#else
-#include <boost/utility/string_ref.hpp>
-using string_view = boost::string_ref;
-#endif
-#endif
new file mode 120000 (symlink)
index 0000000000000000000000000000000000000000..2213b7d9003291010ee23b45f068af9f06e2d10f
--- /dev/null
@@ -0,0 +1 @@
+../views.hh
\ No newline at end of file