summaryrefslogtreecommitdiff
path: root/resolv/arpa
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2016-09-21 16:09:20 +0200
committerFlorian Weimer <fweimer@redhat.com>2016-09-21 16:09:21 +0200
commit006768c72aba96d4679af1483ec0a07262c25b29 (patch)
treeb3f80ac6c15b5270a1f1b9e0137c80262c195fd9 /resolv/arpa
parent17b09beee7a98265440267d49625808bbfd734f9 (diff)
<arpa/nameser.h>, <arpa/nameser_compat.h>: Remove versions
Our header files no longer match the BIND versions.
Diffstat (limited to 'resolv/arpa')
-rw-r--r--resolv/arpa/nameser.h13
-rw-r--r--resolv/arpa/nameser_compat.h7
2 files changed, 0 insertions, 20 deletions
diff --git a/resolv/arpa/nameser.h b/resolv/arpa/nameser.h
index 884affae2f..f11b9f0ec7 100644
--- a/resolv/arpa/nameser.h
+++ b/resolv/arpa/nameser.h
@@ -45,10 +45,6 @@
* SOFTWARE.
*/
-/*
- * $BINDId: nameser.h,v 8.37 2000/03/30 21:16:49 vixie Exp $
- */
-
#ifndef _ARPA_NAMESER_H_
#define _ARPA_NAMESER_H_
@@ -56,15 +52,6 @@
#include <sys/types.h>
#include <sys/cdefs.h>
-/*%
- * Revision information. This is the release date in YYYYMMDD format.
- * It can change every day so the right thing to do with it is use it
- * in preprocessor commands such as "#if (__NAMESER > 19931104)". Do not
- * compare for equality; rather, use it to determine whether your libbind.a
- * contains a new enough lib/nameser/ to support the feature you need.
- */
-
-#define __NAMESER 19991006 /*%< New interface version stamp. */
/*
* Define constants based on RFC 883, RFC 1034, RFC 1035
*/
diff --git a/resolv/arpa/nameser_compat.h b/resolv/arpa/nameser_compat.h
index d59c9e41b3..ccc2d52095 100644
--- a/resolv/arpa/nameser_compat.h
+++ b/resolv/arpa/nameser_compat.h
@@ -26,16 +26,9 @@
* SUCH DAMAGE.
*/
-/*%
- * from nameser.h 8.1 (Berkeley) 6/2/93
- * $BINDId: nameser_compat.h,v 8.11 1999/01/02 08:00:58 vixie Exp $
- */
-
#ifndef _ARPA_NAMESER_COMPAT_
#define _ARPA_NAMESER_COMPAT_
-#define __BIND 19950621 /*%< (DEAD) interface version stamp. */
-
#include <endian.h>
/*%