summaryrefslogtreecommitdiff
path: root/acconfig.h
diff options
context:
space:
mode:
Diffstat (limited to 'acconfig.h')
-rw-r--r--acconfig.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/acconfig.h b/acconfig.h
index 3f9e56a97..84bf60f04 100644
--- a/acconfig.h
+++ b/acconfig.h
@@ -1,4 +1,4 @@
1/* $Id: acconfig.h,v 1.130 2002/04/12 03:35:40 tim Exp $ */ 1/* $Id: acconfig.h,v 1.131 2002/04/13 01:04:41 djm Exp $ */
2 2
3#ifndef _CONFIG_H 3#ifndef _CONFIG_H
4#define _CONFIG_H 4#define _CONFIG_H
@@ -192,6 +192,12 @@
192/* Define if compiler implements __func__ */ 192/* Define if compiler implements __func__ */
193#undef HAVE___func__ 193#undef HAVE___func__
194 194
195/* Define if you want Kerberos 5 support */
196#undef KRB5
197
198/* Define this if you are using the Heimdal version of Kerberos V5 */
199#undef HEIMDAL
200
195/* Define if you want Kerberos 4 support */ 201/* Define if you want Kerberos 4 support */
196#undef KRB4 202#undef KRB4
197 203