~ubuntu-branches/ubuntu/lucid/curl/lucid-security

« back to all changes in this revision

Viewing changes to lib/config-amigaos.h

  • Committer: Bazaar Package Importer
  • Author(s): Michael Vogt
  • Date: 2009-04-29 11:10:29 UTC
  • mfrom: (3.2.3 sid)
  • Revision ID: james.westby@ubuntu.com-20090429111029-2j5eiyokfw2bw049
Tags: 7.19.4-1ubuntu1
* Merge from debian unstable, remaining changes:
  - Drop build dependencies: stunnel, libdb4.6-dev, libssh2-1-dev
  - Add build-dependency on openssh-server
  - Drop libssh2-1-dev from libcurl4-openssl-dev's Depends.
  - Call automake-1.9 with --add-missing --copy --force
* drop debian/patches/security_CVE-2009-0037.patch 
  - this patch is part of 7.19.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
 *                            | (__| |_| |  _ <| |___
8
8
 *                             \___|\___/|_| \_\_____|
9
9
 *
10
 
 * Copyright (C) 1998 - 2007, Daniel Stenberg, <daniel@haxx.se>, et al.
 
10
 * Copyright (C) 1998 - 2008, 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: config-amigaos.h,v 1.12 2007-02-28 14:45:49 yangtse Exp $
 
23
 * $Id: config-amigaos.h,v 1.17 2008-11-13 18:56:56 yangtse Exp $
24
24
 ***************************************************************************/
25
25
 
26
26
#ifdef __AMIGA__ /* Any AmigaOS flavour */
28
28
#define HAVE_ARPA_INET_H 1
29
29
#define HAVE_GETHOSTBYADDR 1
30
30
#define HAVE_INET_ADDR 1
31
 
#define HAVE_INET_NTOA 1
32
31
#define HAVE_INTTYPES_H 1
33
 
#define HAVE_IOCTLSOCKET_CASE 1
 
32
#define HAVE_IOCTLSOCKET_CAMEL 1
 
33
#define HAVE_IOCTLSOCKET_CAMEL_FIONBIO 1
34
34
#define HAVE_LIBCRYPTO 1
35
35
#define HAVE_LIBSSL 1
36
36
#define HAVE_LIBZ 1
103
103
#define SELECT_TYPE_ARG1 int
104
104
#define SELECT_TYPE_ARG234 (fd_set *)
105
105
#define SELECT_TYPE_ARG5 (struct timeval *)
106
 
#define SIZEOF_CURL_OFF_T 4
107
106
 
108
107
#define STDC_HEADERS 1
109
108
#define TIME_WITH_SYS_TIME 1
131
130
#define RECV_TYPE_ARG4 long
132
131
#define RECV_TYPE_RETV long
133
132
 
 
133
#define HAVE_RECVFROM 1
 
134
#define RECVFROM_TYPE_ARG1 long
 
135
#define RECVFROM_TYPE_ARG2 char
 
136
#define RECVFROM_TYPE_ARG3 long
 
137
#define RECVFROM_TYPE_ARG4 long
 
138
#define RECVFROM_TYPE_ARG5 struct sockaddr
 
139
#define RECVFROM_TYPE_ARG6 long
 
140
#define RECVFROM_TYPE_RETV long
 
141
 
134
142
#define HAVE_SEND 1
135
143
#define SEND_TYPE_ARG1 int
136
144
#define SEND_QUAL_ARG2 const