about summary refs log tree commit diff
path: root/resolv/res_hconf.h
diff options
context:
space:
mode:
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 a3d23f3e58..a6a1a9bab9 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() */
 };