~ubuntu-branches/ubuntu/gutsy/curl/gutsy

« back to all changes in this revision

Viewing changes to lib/version.c

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2006-06-29 15:04:24 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20060629150424-pn00qumt9sml8p4m
Tags: 7.15.4-1ubuntu1
Synchronize to Debian. Only change left: Removal of stunnel and
libdb4.2-dev build dependencies.

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
 *                            | (__| |_| |  _ <| |___
6
6
 *                             \___|\___/|_| \_\_____|
7
7
 *
8
 
 * Copyright (C) 1998 - 2005, Daniel Stenberg, <daniel@haxx.se>, et al.
 
8
 * Copyright (C) 1998 - 2006, Daniel Stenberg, <daniel@haxx.se>, et al.
9
9
 *
10
10
 * This software is licensed as described in the file COPYING, which
11
11
 * you should have received as part of this distribution. The terms
18
18
 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
19
19
 * KIND, either express or implied.
20
20
 *
21
 
 * $Id: version.c,v 1.46 2005/09/02 15:11:09 bagder Exp $
 
21
 * $Id: version.c,v 1.48 2006-04-19 09:03:21 bagder Exp $
22
22
 ***************************************************************************/
23
23
 
24
24
#include "setup.h"
87
87
#ifndef CURL_DISABLE_FTP
88
88
  "ftp",
89
89
#endif
90
 
#ifndef CURL_DISABLE_GOPHER
91
 
  "gopher",
92
 
#endif
93
90
#ifndef CURL_DISABLE_TELNET
94
91
  "telnet",
95
92
#endif
156
153
#if defined(ENABLE_64BIT) && (SIZEOF_CURL_OFF_T > 4)
157
154
  | CURL_VERSION_LARGEFILE
158
155
#endif
 
156
#if defined(CURL_DOES_CONVERSIONS)
 
157
  | CURL_VERSION_CONV
 
158
#endif
159
159
  ,
160
160
  NULL, /* ssl_version */
161
161
  0,    /* ssl_version_num, this is kept at zero */