summaryrefslogtreecommitdiff
path: root/acconfig.h
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2003-10-15 16:57:57 +1000
committerDarren Tucker <dtucker@zip.com.au>2003-10-15 16:57:57 +1000
commit5f88d3440efc4364b8d3f4c5efec0dccb3c2e21c (patch)
treeadc272c7d4d195274cf0f813a31ff7a9c5823aef /acconfig.h
parent072a7b178c5fc52fd249d12519804c60c26da253 (diff)
- (dtucker) [acconfig.h configure.ac dns.c openbsd-compat/getrrsetbyname.c
openbsd-compat/getrrsetbyname.h] DNS fingerprint support is now always compiled in but disabled in config.
Diffstat (limited to 'acconfig.h')
-rw-r--r--acconfig.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/acconfig.h b/acconfig.h
index d0897d6b6..80907f0dc 100644
--- a/acconfig.h
+++ b/acconfig.h
@@ -1,4 +1,4 @@
1/* $Id: acconfig.h,v 1.167 2003/09/19 11:25:24 dtucker Exp $ */ 1/* $Id: acconfig.h,v 1.168 2003/10/15 06:57:57 dtucker Exp $ */
2 2
3/* 3/*
4 * Copyright (c) 1999-2003 Damien Miller. All rights reserved. 4 * Copyright (c) 1999-2003 Damien Miller. All rights reserved.
@@ -418,9 +418,6 @@
418#undef LOCKED_PASSWD_PREFIX 418#undef LOCKED_PASSWD_PREFIX
419#undef LOCKED_PASSWD_SUBSTR 419#undef LOCKED_PASSWD_SUBSTR
420 420
421/* Define if DNS support is to be activated */
422#undef DNS
423
424/* Define if getrrsetbyname() exists */ 421/* Define if getrrsetbyname() exists */
425#undef HAVE_GETRRSETBYNAME 422#undef HAVE_GETRRSETBYNAME
426 423