aboutsummaryrefslogtreecommitdiff
path: root/lib/urldata.h
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/urldata.h
parentd4629fd3957cf991c1a7a23757678b4b159ab187 (diff)
use the HAVE_KRB4 define instead of just KRB4
Diffstat (limited to 'lib/urldata.h')
-rw-r--r--lib/urldata.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/urldata.h b/lib/urldata.h
index 494cfb139..f17801541 100644
--- a/lib/urldata.h
+++ b/lib/urldata.h
@@ -114,7 +114,7 @@
#define MAX(x,y) ((x)>(y)?(x):(y))
#endif
-#ifdef KRB4
+#ifdef HAVE_KRB4
/* Types needed for krb4-ftp connections */
struct krb4buffer {
void *data;
@@ -510,7 +510,7 @@ struct connectdata {
char *newurl; /* This can only be set if a Location: was in the
document headers */
-#ifdef KRB4
+#ifdef HAVE_KRB4
enum protection_level command_prot;
enum protection_level data_prot;
enum protection_level request_data_prot;