From 49f7fa82b95e5f6fe816f842d41af11359dd7342 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Fri, 18 Jan 2002 13:04:48 +0000 Subject: #if [undefined] => #ifdef [undefined] --- lib/ftp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/ftp.c') diff --git a/lib/ftp.c b/lib/ftp.c index 29c0cb8bb..6b142dd8a 100644 --- a/lib/ftp.c +++ b/lib/ftp.c @@ -358,7 +358,7 @@ int Curl_GetFTPResponse(char *buf, if(!error) code = atoi(buf); -#if KRB4 +#ifdef KRB4 /* handle the security-oriented responses 6xx ***/ /* FIXME: some errorchecking perhaps... ***/ switch(code) { -- cgit v1.2.3