curl-library
Re: target-independent libcurl headers
Date: Thu, 29 Jun 2017 16:12:03 +0530
On Wed, Jun 28, 2017 at 3:24 PM, Daniel Stenberg <daniel_at_haxx.se> wrote:
> On Wed, 28 Jun 2017, Rahul Sabnis wrote:
>
> Those two are defined in curl/curlbuild.h, which is generated by configure
> and should be installed with 'make install' (together with the other
> headers). What values of CURL_SIZEOF_LONG and CURL_SIZEOF_CURL_OFF_T does
> configure define them to in your curlbuild.h file?
Below is what I see in curl/curlbuild.h
/* The size of `long', as computed by sizeof. */
#define CURL_SIZEOF_LONG 8
/* The size of `curl_off_t', as computed by sizeof. */
#define CURL_SIZEOF_CURL_OFF_T 8
-------------------------------------------------------------------
Unsubscribe: https://cool.haxx.se/list/listinfo/curl-library
Etiquette: https://curl.haxx.se/mail/etiquette.html
Received on 2017-06-29