[csw-maintainers] libcurl and 64 bit on x86

James Lee james at opencsw.org
Wed Apr 15 11:02:29 CEST 2009


On 14/04/09, 21:32:12, Dagobert Michelsen <dam at opencsw.org> wrote regarding 
[csw-maintainers] libcurl and 64 bit on x86:

> >  * Verify that the size previously defined and expected for long
> >  * is the same as the one reported by sizeof() at compile time.
> >  */
> >
> > typedef char
> >   __curl_rule_01__
> >     [CurlchkszEQ(long, CURL_SIZEOF_LONG)];

> CURL_SIZEOF_LONG is 4:

> > /opt/csw/include/curl/curlbuild.h:#define CURL_SIZEOF_LONG 4


#define CURL_SIZEOF_LONG sizeof(long)




James.



More information about the maintainers mailing list