2001-07-16 05:10:30 +00:00
|
|
|
/*
|
2018-02-23 09:53:12 +01:00
|
|
|
* Copyright (C) Internet Systems Consortium, Inc. ("ISC")
|
2001-07-16 05:10:30 +00:00
|
|
|
*
|
2016-06-27 14:56:38 +10:00
|
|
|
* This Source Code Form is subject to the terms of the Mozilla Public
|
|
|
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
|
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
2018-02-23 09:53:12 +01:00
|
|
|
*
|
|
|
|
* See the COPYRIGHT file distributed with this work for additional
|
|
|
|
* information regarding copyright ownership.
|
2001-07-16 05:10:30 +00:00
|
|
|
*/
|
|
|
|
|
|
|
|
#include <versions.h>
|
|
|
|
|
2001-10-16 23:21:07 +00:00
|
|
|
#include <dns/version.h>
|
2001-07-16 05:10:30 +00:00
|
|
|
|
2001-11-19 03:08:44 +00:00
|
|
|
LIBDNS_EXTERNAL_DATA const char dns_version[] = VERSION;
|
2013-06-13 12:36:39 -07:00
|
|
|
LIBDNS_EXTERNAL_DATA const char dns_major[] = MAJOR;
|
|
|
|
LIBDNS_EXTERNAL_DATA const char dns_mapapi[] = MAPAPI;
|
2001-10-16 23:21:07 +00:00
|
|
|
|
2001-11-19 03:08:44 +00:00
|
|
|
LIBDNS_EXTERNAL_DATA const unsigned int dns_libinterface = LIBINTERFACE;
|
|
|
|
LIBDNS_EXTERNAL_DATA const unsigned int dns_librevision = LIBREVISION;
|
|
|
|
LIBDNS_EXTERNAL_DATA const unsigned int dns_libage = LIBAGE;
|