summaryrefslogtreecommitdiff
path: root/usr.sbin/bind/lib/irs/version.c
diff options
context:
space:
mode:
authorFlorian Obser <florian@cvs.openbsd.org>2020-01-06 17:37:32 +0000
committerFlorian Obser <florian@cvs.openbsd.org>2020-01-06 17:37:32 +0000
commit7e026badb3e71f0b65f5f78ccc6d85f03c0b92d3 (patch)
tree6c6bd8a648d034cd63eeab1959377e217cd59966 /usr.sbin/bind/lib/irs/version.c
parente7e5ab816c797ad1edcd1467db10e11ec2796a3c (diff)
We are not using libirs.
OK sthen
Diffstat (limited to 'usr.sbin/bind/lib/irs/version.c')
-rw-r--r--usr.sbin/bind/lib/irs/version.c27
1 files changed, 0 insertions, 27 deletions
diff --git a/usr.sbin/bind/lib/irs/version.c b/usr.sbin/bind/lib/irs/version.c
deleted file mode 100644
index 08828addcdd..00000000000
--- a/usr.sbin/bind/lib/irs/version.c
+++ /dev/null
@@ -1,27 +0,0 @@
-/*
- * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
- *
- * Permission to use, copy, modify, and/or distribute this software for any
- * purpose with or without fee is hereby granted, provided that the above
- * copyright notice and this permission notice appear in all copies.
- *
- * THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
- * REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
- * AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
- * INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
- * LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
- * OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
- * PERFORMANCE OF THIS SOFTWARE.
- */
-
-/* $Id: version.c,v 1.2 2019/12/17 01:46:34 sthen Exp $ */
-
-/*! \file */
-
-#include <irs/version.h>
-
-const char irs_version[] = VERSION;
-
-const unsigned int irs_libinterface = LIBINTERFACE;
-const unsigned int irs_librevision = LIBREVISION;
-const unsigned int irs_libage = LIBAGE;