From 7a8b11d716f3d923863332a88cb9d65a5615b304 Mon Sep 17 00:00:00 2001 From: Dan Fandrich Date: Wed, 30 Jul 2008 00:09:02 +0000 Subject: Fixed --use-ascii to properly convert text files on Symbian OS, MS-DOS and OS/2. --- lib/urldata.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/urldata.h b/lib/urldata.h index 6eb6539d5..7cdc7342a 100644 --- a/lib/urldata.h +++ b/lib/urldata.h @@ -1211,7 +1211,8 @@ struct UrlState { bool pipe_broke; /* TRUE if the connection we were pipelined on broke and we need to restart from the beginning */ -#ifndef WIN32 +#if !defined(WIN32) && !defined(MSDOS) && !defined(__EMX__) && \ + !defined(__SYMBIAN32__) /* do FTP line-end conversions on most platforms */ #define CURL_DO_LINEEND_CONV /* for FTP downloads: track CRLF sequences that span blocks */ -- cgit v1.2.3