cURL / Mailing Lists / curl-users / Single Mail

curl-users

Re: turn off gzip/libz support?

From: Daniel Stenberg <daniel_at_haxx.se>
Date: Mon, 21 Jul 2003 14:57:39 +0200 (CEST)

On Mon, 21 Jul 2003, Roth, Kevin P. wrote:

> What is the easiest way to block this compression? Ideally some kind of
> compile-time flag (command-line or otherwise)

In the src/Makefile, there's a variable set named MKHELPOPT that contains -c
if compression is enabled and a blank if disabled (this option is passed to
the src/mkhelp.pl perl script).

You can thus enforce an uncompressed help text by running make like this:

  make MKHELPOPT=""

-- 
 Daniel Stenberg -- curl: been grokking URLs since 1998
-------------------------------------------------------
This SF.net email is sponsored by: VM Ware
With VMware you can run multiple operating systems on a single machine.
WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines at the
same time. Free trial click here: http://www.vmware.com/wl/offer/345/0
Received on 2003-07-21