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

« back to all changes in this revision

Viewing changes to src/config-riscos.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:
32
32
/* Define if you have the gethostbyname_r() function with 6 arguments */
33
33
#undef HAVE_GETHOSTBYNAME_R_6
34
34
 
35
 
/* Define if you have the inet_ntoa_r function declared. */
36
 
#undef HAVE_INET_NTOA_R_DECL
37
 
 
38
35
/* Define if you need the _REENTRANT define for some functions */
39
36
#undef NEED_REENTRANT
40
37
 
44
41
/* Define if you want to enable IPv6 support */
45
42
#undef ENABLE_IPV6
46
43
 
 
44
/* Define if struct sockaddr_in6 has the sin6_scope_id member */
 
45
#define HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID 1
 
46
 
47
47
/* Define this to 'int' if ssize_t is not an available typedefed type */
48
48
#undef ssize_t
49
49
 
125
125
/* Define if you have the `inet_addr' function. */
126
126
#undef HAVE_INET_ADDR
127
127
 
128
 
/* Define if you have the `inet_ntoa' function. */
129
 
#undef HAVE_INET_NTOA
130
 
 
131
 
/* Define if you have the `inet_ntoa_r' function. */
132
 
#undef HAVE_INET_NTOA_R
133
 
 
134
128
/* Define if you have the <inttypes.h> header file. */
135
129
#define HAVE_INTTYPES_H
136
130
 
378
372
/* Define to `int' if <sys/types.h> does not define. */
379
373
#undef ssize_t
380
374
 
381
 
/* this is a quick hack.  I hope it's correct. */
382
 
#define ifr_dstaddr ifr_addr
383
 
 
384
 
#define IOCTL_3_ARGS
385
 
 
386
 
#define HAVE_FIONBIO
387
 
 
 
375
/* Define if you have the ioctl function. */
 
376
#define HAVE_IOCTL
 
377
 
 
378
/* Define if you have a working ioctl FIONBIO function. */
 
379
#define HAVE_IOCTL_FIONBIO