#if defined(HAVE_ZLIB_H)#include zlib.h/* in file zlib.h, ZLIB_VERNUM is defined. */#endif#if defined(ZLIB_VERNUM) && (ZLIB_VERNUM = 0x1204)function1();function2();#define CAN_GZIP#endif#if defined (CAN_GZIP) z_stream strm; /* stream struct used by zlib */ int ret; /* return value of last inflate Read More
posted @ 2011-01-10 10:47 BloodAndBone Views(1180) Comments(0) Diggs(0) Edit
http://curl.haxx.se/ libcurl is a free and easy-to-use client-side URL transfer library, supporting DICT, FILE, FTP, FTPS, GOPHER, HTTP, HTTPS, IMAP, IMAPS, LDAP, LDAPS, POP3, POP3S, RTMP, RTSP, SCP, SFTP, SMTP, SMTPS, TELNET and TFTP. libcurl supports SSL certificates, HTTP POST, HTTP PUT, FTP uplo Read More
posted @ 2011-01-10 08:53 BloodAndBone Views(338) Comments(0) Diggs(0) Edit