aboutsummaryrefslogtreecommitdiff
path: root/resolv/res_hconf.h
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2016-12-27 16:01:06 +0100
committerFlorian Weimer <fweimer@redhat.com>2016-12-27 16:49:42 +0100
commit7d68cdaa4f748e87ee921f587ee2d483db624b3d (patch)
tree92f86333cedb54d35ed37056d9a16eb8fe005fe0 /resolv/res_hconf.h
parent5c6e6747356f5d473c2c62e818bc24432ddef3e2 (diff)
downloadglibc-7d68cdaa4f748e87ee921f587ee2d483db624b3d.zip
glibc-7d68cdaa4f748e87ee921f587ee2d483db624b3d.tar.gz
glibc-7d68cdaa4f748e87ee921f587ee2d483db624b3d.tar.bz2
resolv: Remove processing of unimplemented "spoof" host.conf options
Diffstat (limited to 'resolv/res_hconf.h')
-rw-r--r--resolv/res_hconf.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/resolv/res_hconf.h b/resolv/res_hconf.h
index a3d23f3..a6a1a9b 100644
--- a/resolv/res_hconf.h
+++ b/resolv/res_hconf.h
@@ -41,8 +41,6 @@ struct hconf
const char *trimdomain[TRIMDOMAINS_MAX];
unsigned int flags;
# define HCONF_FLAG_INITED (1 << 0) /* initialized? */
-# define HCONF_FLAG_SPOOF (1 << 1) /* refuse spoofed addresses */
-# define HCONF_FLAG_SPOOFALERT (1 << 2) /* syslog warning of spoofed */
# define HCONF_FLAG_REORDER (1 << 3) /* list best address first */
# define HCONF_FLAG_MULTI (1 << 4) /* see comments for gethtbyname() */
};