summaryrefslogtreecommitdiff
path: root/acconfig.h
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2001-02-18 17:01:00 +1100
committerDamien Miller <djm@mindrot.org>2001-02-18 17:01:00 +1100
commit60396b060b803fd2d20aa151dc0432a344f798b0 (patch)
tree6027eced4465cbb8ab7146ba6cd3f9a89c38bd03 /acconfig.h
parent75da9a9e721bf0f73aab8a28505a62224c327d18 (diff)
- (djm) Merge BSD_AUTH support from Markus Friedl and David J. MacKenzie
enable with --with-bsd-auth.
Diffstat (limited to 'acconfig.h')
-rw-r--r--acconfig.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/acconfig.h b/acconfig.h
index dc716089a..d27153476 100644
--- a/acconfig.h
+++ b/acconfig.h
@@ -1,4 +1,4 @@
1/* $Id: acconfig.h,v 1.101 2001/02/09 01:55:36 djm Exp $ */ 1/* $Id: acconfig.h,v 1.102 2001/02/18 06:01:00 djm Exp $ */
2 2
3#ifndef _CONFIG_H 3#ifndef _CONFIG_H
4#define _CONFIG_H 4#define _CONFIG_H
@@ -290,6 +290,9 @@
290/* Detect IPv4 in IPv6 mapped addresses and treat as IPv4 */ 290/* Detect IPv4 in IPv6 mapped addresses and treat as IPv4 */
291#undef IPV4_IN_IPV6 291#undef IPV4_IN_IPV6
292 292
293/* Define if you have BSD auth support */
294#undef BSD_AUTH
295
293@BOTTOM@ 296@BOTTOM@
294 297
295/* ******************* Shouldn't need to edit below this line ************** */ 298/* ******************* Shouldn't need to edit below this line ************** */