mirror of
https://github.com/curl/curl.git
synced 2026-07-24 06:27:16 +03:00
added disable-[protocol] support, largely provided by Miklos Nemeth
This commit is contained in:
parent
8c45e2a641
commit
08ef208fb7
19 changed files with 127 additions and 10 deletions
|
|
@ -109,6 +109,8 @@ Content-Disposition: form-data; name="FILECONTENT"
|
|||
|
||||
#include "setup.h"
|
||||
|
||||
#ifndef CURL_DISABLE_HTTP
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
|
@ -1505,6 +1507,8 @@ int main(int argc, char **argv)
|
|||
|
||||
#endif
|
||||
|
||||
#endif /* CURL_DISABLE_HTTP */
|
||||
|
||||
/*
|
||||
* local variables:
|
||||
* eval: (load-file "../curl-mode.el")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue