cURL / Mailing Lists / curl-library / Single Mail

curl-library

RE: Build with only HTTP

From: Devang Joshi <DJoshi_at_isdcorporation.com>
Date: Wed, 25 Oct 2006 19:23:48 -0400

"However, you can use the following defines to disable specific
protocols: HTTP_ONLY - disables all protocols except HTTP"

How to do this on mingw with msys?

Thanks,
Devang

-----Original Message-----
From: curl-library-bounces_at_cool.haxx.se
[mailto:curl-library-bounces_at_cool.haxx.se] On Behalf Of Andres Garcia
Sent: Friday, October 20, 2006 5:11 PM
To: libcurl development
Subject: Re: Build with only HTTP

Hi,

> I am trying to build the libcurl with only http protocol support, is
> there a simple way to enable only http and disable others on
./configure
> prompt?

./configure --disable-ftp --disable-file --disable-ldap --disable-dict
    --disable-telnet --disable-tftp --disable-manual

You can get all the options by doing:

./configure --help

Andres
Received on 2006-10-26