cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: [PATCH] 64-bit curl_off_t no longer gated to off_t

From: Yang Tse <yangsita_at_gmail.com>
Date: Thu, 7 Aug 2008 13:41:02 +0200

2008/8/7, Daniel Stenberg wrote:

> configure:6114: checking size of curl_off_t
> configure:6116: result: 8
> configure:6119: checking formatting string directive for curl_off_t
> configure:6161: result: "ll d"
> configure:6164: checking formatting string directive for unsigned curl_off_t
> configure:6166: result: "ll u"

A dumb question. How is PRId64 defined in inttypes.h with the space or
without it ?

If it is defined with the whitespace. Would it be ok to remove it to
use that definition ?

In any case could you send me the generated configure and config.log
of that system. It might help me to detect something which is not
going as expected.

-- 
-=[Yang]=-
Received on 2008-08-07