On Wed, Jun 28, 2017 at 3:24 PM, Daniel Stenberg <[email protected]> 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
