~ubuntu-branches/ubuntu/natty/curl/natty-security

« back to all changes in this revision

Viewing changes to include/curl/curlrules.h

  • Committer: Bazaar Package Importer
  • Author(s): Bhavani Shankar
  • Date: 2010-06-20 13:56:28 UTC
  • mfrom: (3.4.7 sid)
  • Revision ID: james.westby@ubuntu.com-20100620135628-e30tp9jldq6hq985
Tags: 7.21.0-1ubuntu1
* Merge from debian unstable.  Remaining changes: LP: #596334
  - Keep build deps in main:
    - Drop build dependencies: stunnel, libssh2-1-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:
7
7
 *                            | (__| |_| |  _ <| |___
8
8
 *                             \___|\___/|_| \_\_____|
9
9
 *
10
 
 * Copyright (C) 1998 - 2009, Daniel Stenberg, <daniel@haxx.se>, et al.
 
10
 * Copyright (C) 1998 - 2010, Daniel Stenberg, <daniel@haxx.se>, et al.
11
11
 *
12
12
 * This software is licensed as described in the file COPYING, which
13
13
 * you should have received as part of this distribution. The terms
20
20
 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
21
21
 * KIND, either express or implied.
22
22
 *
23
 
 * $Id: curlrules.h,v 1.7 2009-10-27 16:56:20 yangtse Exp $
24
23
 ***************************************************************************/
25
24
 
26
25
/* ================================================================ */
187
186
/*          EXTERNALLY AND INTERNALLY VISIBLE DEFINITIONS           */
188
187
/* ================================================================ */
189
188
 
190
 
/* 
 
189
/*
191
190
 * CURL_ISOCPP and CURL_OFF_T_C definitions are done here in order to allow
192
191
 * these to be visible and exported by the external libcurl interface API,
193
192
 * while also making them visible to the library internals, simply including
246
245
#undef CURL_TYPEOF_CURL_SOCKLEN_T
247
246
#undef CURL_TYPEOF_CURL_OFF_T
248
247
 
 
248
#ifdef CURL_NO_OLDIES
 
249
#undef CURL_FORMAT_OFF_T /* not required since 7.19.0 - obsoleted in 7.20.0 */
 
250
#endif
 
251
 
249
252
#endif /* __CURL_CURLRULES_H */