diff options
author | Daniel Stenberg <daniel@haxx.se> | 2003-12-02 13:27:29 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2003-12-02 13:27:29 +0000 |
commit | 800052dc50ace9748f607afc8f451afac948736b (patch) | |
tree | f601bf25f7faa8d689296a869e58c0818fe3ce57 /lib/config-riscos.h | |
parent | d4629fd3957cf991c1a7a23757678b4b159ab187 (diff) | |
download | curl-800052dc50ace9748f607afc8f451afac948736b.tar.gz |
use the HAVE_KRB4 define instead of just KRB4
Diffstat (limited to 'lib/config-riscos.h')
-rw-r--r-- | lib/config-riscos.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/config-riscos.h b/lib/config-riscos.h index 4ed31ace9..f62c21dff 100644 --- a/lib/config-riscos.h +++ b/lib/config-riscos.h @@ -36,7 +36,7 @@ #undef NEED_REENTRANT /* Define if you have the Kerberos4 libraries (including -ldes) */ -#undef KRB4 +#undef HAVE_KRB4 /* Define if you want to enable IPv6 support */ #undef ENABLE_IPV6 |