From 1e72fa91276aefdfa05430268923fe545d116dc4 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Thu, 7 Apr 2011 07:04:26 -0400 Subject: [PATCH] Add HAVE_RFC1938_SKEYCHALLENGE --- config.h.in | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config.h.in b/config.h.in index 5addde187..0f7384dd3 100644 --- a/config.h.in +++ b/config.h.in @@ -400,6 +400,10 @@ /* Define to 1 if you have the `revoke' function. */ #undef HAVE_REVOKE +/* Define to 1 if the skeychallenge() function is RFC1938-compliant and takes + 4 arguments */ +#undef HAVE_RFC1938_SKEYCHALLENGE + /* Define to 1 if you have the header file. */ #undef HAVE_SASL_H -- 2.40.0