summaryrefslogtreecommitdiff
path: root/acconfig.h
diff options
context:
space:
mode:
Diffstat (limited to 'acconfig.h')
-rw-r--r--acconfig.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/acconfig.h b/acconfig.h
index 05296f9ba..44c5c1a14 100644
--- a/acconfig.h
+++ b/acconfig.h
@@ -30,6 +30,18 @@
30/* Define if libc defines __progname */ 30/* Define if libc defines __progname */
31#undef HAVE___PROGNAME 31#undef HAVE___PROGNAME
32 32
33/* Define if you want Kerberos 4 support */
34#undef KRB4
35
36/* Define if you want AFS support */
37#undef AFS
38
39/* Define if you want S/Key support */
40#undef SKEY
41
42/* Define if you want TCP Wrappers support */
43#undef LIBWRAP
44
33@BOTTOM@ 45@BOTTOM@
34 46
35/* ******************* Shouldn't need to edit below this line ************** */ 47/* ******************* Shouldn't need to edit below this line ************** */