aboutsummaryrefslogtreecommitdiff
path: root/lib/url.c
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2003-12-02 13:27:29 +0000
committerDaniel Stenberg <daniel@haxx.se>2003-12-02 13:27:29 +0000
commit800052dc50ace9748f607afc8f451afac948736b (patch)
treef601bf25f7faa8d689296a869e58c0818fe3ce57 /lib/url.c
parentd4629fd3957cf991c1a7a23757678b4b159ab187 (diff)
use the HAVE_KRB4 define instead of just KRB4
Diffstat (limited to 'lib/url.c')
-rw-r--r--lib/url.c2
1 files changed, 1 insertions, 1 deletions
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 <curl/mprintf.h>
-#ifdef KRB4
+#ifdef HAVE_KRB4
#include "security.h"
#endif