From 9460142f76d56a84a1b3cc7e18419a8869a92ef1 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Fri, 1 Sep 1995 02:52:57 +0000 Subject: [PATCH] added HAVE_SECURID --- config.h.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config.h.in b/config.h.in index 115e173ca..77ae774bc 100644 --- a/config.h.in +++ b/config.h.in @@ -81,6 +81,9 @@ /* Define if you use Skey. */ #undef HAVE_SKEY +/* Define if you use SecurID. */ +#undef HAVE_SECURID + /* Define if you use Kerberos. */ #undef HAVE_KERB4