~ubuntu-branches/ubuntu/quantal/curl/quantal-updates

« back to all changes in this revision

Viewing changes to lib/config-riscos.h

  • Committer: Package Import Robot
  • Author(s): Colin Watson
  • Date: 2012-05-28 12:21:13 UTC
  • mfrom: (3.4.29 sid)
  • Revision ID: package-import@ubuntu.com-20120528122113-i5f42lajprljoudn
Tags: 7.26.0-1ubuntu1
* Resynchronise with Debian.  Remaining changes:
  - Drop dependencies not in main:
    + Build-Depends: Drop stunnel4 and libssh2-1-dev.
    + Drop libssh2-1-dev from binary package Depends.
  - Add new libcurl3-udeb package.
  - Add new curl-udeb package.
* Adjust udeb configure flags handling to something easier to merge in
  future.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* curl_config.h.in.  Generated automatically from configure.in by autoheader. /***************************************************************************
 
1
#ifndef HEADER_CURL_CONFIG_RISCOS_H
 
2
#define HEADER_CURL_CONFIG_RISCOS_H
 
3
/***************************************************************************
2
4
 *                                  _   _ ____  _
3
5
 *  Project                     ___| | | |  _ \| |
4
6
 *                             / __| | | | |_) | |
5
7
 *                            | (__| |_| |  _ <| |___
6
8
 *                             \___|\___/|_| \_\_____|
7
9
 *
8
 
 * Copyright (C) 1998 - 2011, Daniel Stenberg, <daniel@haxx.se>, et al.
 
10
 * Copyright (C) 1998 - 2012, Daniel Stenberg, <daniel@haxx.se>, et al.
9
11
 *
10
12
 * This software is licensed as described in the file COPYING, which
11
13
 * you should have received as part of this distribution. The terms
19
21
 * KIND, either express or implied.
20
22
 *
21
23
 ***************************************************************************/
22
 
 */
 
24
 
 
25
/* ================================================================ */
 
26
/*               Hand crafted config file for RISC OS               */
 
27
/* ================================================================ */
 
28
 
23
29
/* Name of this package! */
24
30
#undef PACKAGE
25
31
 
32
38
/* Define cpu-machine-OS */
33
39
#define OS "ARM-RISC OS"
34
40
 
 
41
/* Define if you want the built-in manual */
 
42
#define USE_MANUAL
 
43
 
35
44
/* Define if you have the gethostbyaddr_r() function with 5 arguments */
36
45
#undef HAVE_GETHOSTBYADDR_R_5
37
46
 
74
83
/* Define if you want to enable IPv6 support */
75
84
#undef ENABLE_IPV6
76
85
 
77
 
/* Define to 1 if you have the alarm function. */
78
 
#define HAVE_ALARM 1
 
86
/* Define if you have the alarm function. */
 
87
#define HAVE_ALARM
79
88
 
80
89
/* Define if you have the <alloca.h> header file. */
81
90
#define HAVE_ALLOCA_H
101
110
/* Define if you have the <fcntl.h> header file. */
102
111
#define HAVE_FCNTL_H
103
112
 
 
113
/* Define if you have the `ftruncate' function. */
 
114
#define HAVE_FTRUNCATE
 
115
 
104
116
/* Define if getaddrinfo exists and works */
105
117
#define HAVE_GETADDRINFO
106
118
 
144
156
#define HAVE_INTTYPES_H
145
157
 
146
158
/* Define if you have the <io.h> header file. */
147
 
#define HAVE_IO_H
 
159
#undef HAVE_IO_H
148
160
 
149
161
/* Define if you have the `krb_get_our_ip_for_realm' function. */
150
162
#undef HAVE_KRB_GET_OUR_IP_FOR_REALM
462
474
/* Define to the type pointed by arg 2 for recvfrom. */
463
475
#define RECVFROM_TYPE_ARG2 void
464
476
 
465
 
/* Define to 1 if the type pointed by arg 2 for recvfrom is void. */
466
 
#define RECVFROM_TYPE_ARG2_IS_VOID 1
 
477
/* Define if the type pointed by arg 2 for recvfrom is void. */
 
478
#define RECVFROM_TYPE_ARG2_IS_VOID
467
479
 
468
480
/* Define to the type of arg 3 for recvfrom. */
469
481
#define RECVFROM_TYPE_ARG3 size_t
500
512
 
501
513
/* Define to the function return type for send. */
502
514
#define SEND_TYPE_RETV ssize_t
 
515
 
 
516
#endif /* HEADER_CURL_CONFIG_RISCOS_H */