From fd4c9eee25e4e796b714477c3fbb0286ebe50fb7 Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Sat, 13 Apr 2002 11:04:40 +1000 Subject: - (djm) Add KrbV support patch from Simon Wilkinson --- acconfig.h | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'acconfig.h') diff --git a/acconfig.h b/acconfig.h index 3f9e56a9..84bf60f0 100644 --- a/acconfig.h +++ b/acconfig.h @@ -1,4 +1,4 @@ -/* $Id: acconfig.h,v 1.130 2002/04/12 03:35:40 tim Exp $ */ +/* $Id: acconfig.h,v 1.131 2002/04/13 01:04:41 djm Exp $ */ #ifndef _CONFIG_H #define _CONFIG_H @@ -192,6 +192,12 @@ /* Define if compiler implements __func__ */ #undef HAVE___func__ +/* Define if you want Kerberos 5 support */ +#undef KRB5 + +/* Define this if you are using the Heimdal version of Kerberos V5 */ +#undef HEIMDAL + /* Define if you want Kerberos 4 support */ #undef KRB4 -- cgit v1.2.3