From 8ff8e0d7f85198e5bead5c72871c03dbe1cc4721 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Thu, 14 Jul 1994 15:32:01 +0000 Subject: [PATCH] added HAVE_AFS --- config.h.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config.h.in b/config.h.in index 4ea25b07e..cd723b418 100644 --- a/config.h.in +++ b/config.h.in @@ -87,6 +87,9 @@ /* Define if you have C2 security. */ #undef HAVE_C2_SECURITY +/* Define if you use AFS. */ +#undef HAVE_AFS + /* Define if you have POSIX signals. */ #undef HAVE_SIGACTION #ifdef HAVE_SIGACTION -- 2.40.0