From 800052dc50ace9748f607afc8f451afac948736b Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 2 Dec 2003 13:27:29 +0000 Subject: use the HAVE_KRB4 define instead of just KRB4 --- lib/url.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/url.c') diff --git a/lib/url.c b/lib/url.c index b703d18f8..0dcc577af 100644 --- a/lib/url.c +++ b/lib/url.c @@ -127,7 +127,7 @@ #define _MPRINTF_REPLACE /* use our functions only */ #include -#ifdef KRB4 +#ifdef HAVE_KRB4 #include "security.h" #endif -- cgit v1.2.3