diff options
Diffstat (limited to 'acconfig.h')
-rw-r--r-- | acconfig.h | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -1,4 +1,4 @@ -/* $Id: acconfig.h,v 1.101 2001/02/09 01:55:36 djm Exp $ */ +/* $Id: acconfig.h,v 1.102 2001/02/18 06:01:00 djm Exp $ */ #ifndef _CONFIG_H #define _CONFIG_H @@ -290,6 +290,9 @@ /* Detect IPv4 in IPv6 mapped addresses and treat as IPv4 */ #undef IPV4_IN_IPV6 +/* Define if you have BSD auth support */ +#undef BSD_AUTH + @BOTTOM@ /* ******************* Shouldn't need to edit below this line ************** */ |