~ubuntu-branches/ubuntu/lucid/curl/lucid-201101212007

« back to all changes in this revision

Viewing changes to tests/libtest/lib504.c

  • Committer: Bazaar Package Importer
  • Author(s): Michael Vogt
  • Date: 2008-06-18 15:21:57 UTC
  • mfrom: (1.1.11 upstream)
  • Revision ID: james.westby@ubuntu.com-20080618152157-qq94aiequcq35w6b
Tags: 7.18.2-1ubuntu1
* Merge from debian unstable, remaining changes:
  - Drop the stunnel build dependency.
  - Drop the build-dependency on libdb4.5-dev
  - Add build-dependency on openssh-server
  - Drop libssh2-1-dev from libcurl4-openssl-dev's Depends.

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
 *                            | (__| |_| |  _ <| |___
6
6
 *                             \___|\___/|_| \_\_____|
7
7
 *
8
 
 * $Id: lib504.c,v 1.26 2007-10-02 16:05:28 yangtse Exp $
 
8
 * $Id: lib504.c,v 1.27 2008-05-22 21:49:52 danf Exp $
9
9
 */
10
10
 
11
11
#include "test.h"
55
55
     proxy port */
56
56
  curl_easy_setopt(c, CURLOPT_PROXY, libtest_arg2);
57
57
  curl_easy_setopt(c, CURLOPT_URL, URL);
58
 
  curl_easy_setopt(c, CURLOPT_VERBOSE, 1);
 
58
  curl_easy_setopt(c, CURLOPT_VERBOSE, 1L);
59
59
 
60
60
  if ((m = curl_multi_init()) == NULL) {
61
61
    fprintf(stderr, "curl_multi_init() failed\n");