cURL / Mailing Lists / curl-users / Single Mail

curl-users

Re: define CURL_DOES_CONVERSIONS on compilation

From: Daniel Stenberg <daniel_at_haxx.se>
Date: Thu, 10 Sep 2009 11:17:58 +0200 (CEST)

On Thu, 10 Sep 2009, Jan Jezek wrote:

> I can't find where i must define the option "*CURL_DOES_CONVERSIONS" before
> compilation to alow this freature.

It isn't done automatically anywhere.

> I have search in curl_config.h but i don't find it.
> Must I add a new line "#define **CURL_DOES_CONVERSIONS" in this file??

CURL_DOES_CONVERSIONS is for non-ASCII based systems to do conversions and I
don't think we so far have had any such systems that build with configure so
we don't have any particular configure option and curl_config.h gets generated
by configure...

So, you should define it somewhere central so that all pieces of libcurl that
checks for the define have it defined.

What platform are you building curl for?

-- 
  / daniel.haxx.se
-------------------------------------------------------------------
List admin: http://cool.haxx.se/cgi-bin/mailman/listinfo/curl-users
FAQ:        http://curl.haxx.se/docs/faq.html
Etiquette:  http://curl.haxx.se/mail/etiquette.html
Received on 2009-09-10