summaryrefslogtreecommitdiff
path: root/acconfig.h
diff options
context:
space:
mode:
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 ************** */