config-riscos.h
Go to the documentation of this file.
00001 #ifndef HEADER_CURL_CONFIG_RISCOS_H
00002 #define HEADER_CURL_CONFIG_RISCOS_H
00003 /***************************************************************************
00004  *                                  _   _ ____  _
00005  *  Project                     ___| | | |  _ \| |
00006  *                             / __| | | | |_) | |
00007  *                            | (__| |_| |  _ <| |___
00008  *                             \___|\___/|_| \_\_____|
00009  *
00010  * Copyright (C) 1998 - 2013, Daniel Stenberg, <daniel@haxx.se>, et al.
00011  *
00012  * This software is licensed as described in the file COPYING, which
00013  * you should have received as part of this distribution. The terms
00014  * are also available at https://curl.haxx.se/docs/copyright.html.
00015  *
00016  * You may opt to use, copy, modify, merge, publish, distribute and/or sell
00017  * copies of the Software, and permit persons to whom the Software is
00018  * furnished to do so, under the terms of the COPYING file.
00019  *
00020  * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
00021  * KIND, either express or implied.
00022  *
00023  ***************************************************************************/
00024 
00025 /* ================================================================ */
00026 /*               Hand crafted config file for RISC OS               */
00027 /* ================================================================ */
00028 
00029 /* Name of this package! */
00030 #undef PACKAGE
00031 
00032 /* Version number of this archive. */
00033 #undef VERSION
00034 
00035 /* Define if you have the getpass function.  */
00036 #undef HAVE_GETPASS
00037 
00038 /* Define cpu-machine-OS */
00039 #define OS "ARM-RISC OS"
00040 
00041 /* Define if you want the built-in manual */
00042 #define USE_MANUAL
00043 
00044 /* Define if you have the gethostbyaddr_r() function with 5 arguments */
00045 #undef HAVE_GETHOSTBYADDR_R_5
00046 
00047 /* Define if you have the gethostbyaddr_r() function with 7 arguments */
00048 #undef HAVE_GETHOSTBYADDR_R_7
00049 
00050 /* Define if you have the gethostbyaddr_r() function with 8 arguments */
00051 #undef HAVE_GETHOSTBYADDR_R_8
00052 
00053 /* Define if you have the gethostbyname_r() function with 3 arguments */
00054 #undef HAVE_GETHOSTBYNAME_R_3
00055 
00056 /* Define if you have the gethostbyname_r() function with 5 arguments */
00057 #undef HAVE_GETHOSTBYNAME_R_5
00058 
00059 /* Define if you have the gethostbyname_r() function with 6 arguments */
00060 #undef HAVE_GETHOSTBYNAME_R_6
00061 
00062 /* Define if you need the _REENTRANT define for some functions */
00063 #undef NEED_REENTRANT
00064 
00065 /* Define if you have the Kerberos4 libraries (including -ldes) */
00066 #undef HAVE_KRB4
00067 
00068 /* Define if you want to enable IPv6 support */
00069 #undef ENABLE_IPV6
00070 
00071 /* Define if struct sockaddr_in6 has the sin6_scope_id member */
00072 #define HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID 1
00073 
00074 /* Define this to 'int' if ssize_t is not an available typedefed type */
00075 #undef ssize_t
00076 
00077 /* Define this as a suitable file to read random data from */
00078 #undef RANDOM_FILE
00079 
00080 /* Define this to your Entropy Gathering Daemon socket pathname */
00081 #undef EGD_SOCKET
00082 
00083 /* Define if you want to enable IPv6 support */
00084 #undef ENABLE_IPV6
00085 
00086 /* Define if you have the alarm function. */
00087 #define HAVE_ALARM
00088 
00089 /* Define if you have the <alloca.h> header file. */
00090 #define HAVE_ALLOCA_H
00091 
00092 /* Define if you have the <arpa/inet.h> header file. */
00093 #define HAVE_ARPA_INET_H
00094 
00095 /* Define if you have the `closesocket' function. */
00096 #undef HAVE_CLOSESOCKET
00097 
00098 /* Define if you have the <crypto.h> header file. */
00099 #undef HAVE_CRYPTO_H
00100 
00101 /* Define if you have the <des.h> header file. */
00102 #undef HAVE_DES_H
00103 
00104 /* Define if you have the <errno.h> header file. */
00105 #define HAVE_ERRNO_H
00106 
00107 /* Define if you have the <err.h> header file. */
00108 #undef HAVE_ERR_H
00109 
00110 /* Define if you have the <fcntl.h> header file. */
00111 #define HAVE_FCNTL_H
00112 
00113 /* Define if you have the `ftruncate' function. */
00114 #define HAVE_FTRUNCATE
00115 
00116 /* Define if getaddrinfo exists and works */
00117 #define HAVE_GETADDRINFO
00118 
00119 /* Define if you have the `geteuid' function. */
00120 #undef HAVE_GETEUID
00121 
00122 /* Define if you have the `gethostbyaddr' function. */
00123 #define HAVE_GETHOSTBYADDR
00124 
00125 /* Define if you have the `gethostbyaddr_r' function. */
00126 #undef HAVE_GETHOSTBYADDR_R
00127 
00128 /* Define if you have the `gethostbyname_r' function. */
00129 #undef HAVE_GETHOSTBYNAME_R
00130 
00131 /* Define if you have the `gethostname' function. */
00132 #define HAVE_GETHOSTNAME
00133 
00134 /* Define if you have the <getopt.h> header file. */
00135 #define HAVE_GETOPT_H
00136 
00137 /* Define if you have the `getpass_r' function. */
00138 #undef HAVE_GETPASS_R
00139 
00140 /* Define if you have the `getpwuid' function. */
00141 #undef HAVE_GETPWUID
00142 
00143 /* Define if you have the `getservbyname' function. */
00144 #undef HAVE_GETSERVBYNAME
00145 
00146 /* Define if you have the `gettimeofday' function. */
00147 #define HAVE_GETTIMEOFDAY
00148 
00149 /* Define if you have the `timeval' struct. */
00150 #define HAVE_STRUCT_TIMEVAL
00151 
00152 /* Define if you have the `inet_addr' function. */
00153 #undef HAVE_INET_ADDR
00154 
00155 /* Define if you have the <inttypes.h> header file. */
00156 #define HAVE_INTTYPES_H
00157 
00158 /* Define if you have the <io.h> header file. */
00159 #undef HAVE_IO_H
00160 
00161 /* Define if you have the `krb_get_our_ip_for_realm' function. */
00162 #undef HAVE_KRB_GET_OUR_IP_FOR_REALM
00163 
00164 /* Define if you have the <krb.h> header file. */
00165 #undef HAVE_KRB_H
00166 
00167 /* Define if you have the `crypto' library (-lcrypto). */
00168 #undef HAVE_LIBCRYPTO
00169 
00170 /* Define if you have the `nsl' library (-lnsl). */
00171 #undef HAVE_LIBNSL
00172 
00173 /* Define if you have the `resolv' library (-lresolv). */
00174 #undef HAVE_LIBRESOLV
00175 
00176 /* Define if you have the `resolve' library (-lresolve). */
00177 #undef HAVE_LIBRESOLVE
00178 
00179 /* Define if you have the `socket' library (-lsocket). */
00180 #undef HAVE_LIBSOCKET
00181 
00182 /* Define if you have the `ssl' library (-lssl). */
00183 #undef HAVE_LIBSSL
00184 
00185 /* Define if you have the `ucb' library (-lucb). */
00186 #undef HAVE_LIBUCB
00187 
00188 /* Define if you have the `localtime_r' function. */
00189 #undef HAVE_LOCALTIME_R
00190 
00191 /* Define if you have the <malloc.h> header file. */
00192 #define HAVE_MALLOC_H
00193 
00194 /* Define if you need the malloc.h header file even with stdlib.h  */
00195 /* #define NEED_MALLOC_H 1 */
00196 
00197 /* Define if you have the <memory.h> header file. */
00198 #undef HAVE_MEMORY_H
00199 
00200 /* Define if you have the <netdb.h> header file. */
00201 #define HAVE_NETDB_H
00202 
00203 /* Define if you have the <netinet/if_ether.h> header file. */
00204 #undef HAVE_NETINET_IF_ETHER_H
00205 
00206 /* Define if you have the <netinet/in.h> header file. */
00207 #define HAVE_NETINET_IN_H
00208 
00209 /* Define if you have the <net/if.h> header file. */
00210 #define HAVE_NET_IF_H
00211 
00212 /* Define if you have the <openssl/crypto.h> header file. */
00213 #undef HAVE_OPENSSL_CRYPTO_H
00214 
00215 /* Define if you have the <openssl/err.h> header file. */
00216 #undef HAVE_OPENSSL_ERR_H
00217 
00218 /* Define if you have the <openssl/pem.h> header file. */
00219 #undef HAVE_OPENSSL_PEM_H
00220 
00221 /* Define if you have the <openssl/rsa.h> header file. */
00222 #undef HAVE_OPENSSL_RSA_H
00223 
00224 /* Define if you have the <openssl/ssl.h> header file. */
00225 #undef HAVE_OPENSSL_SSL_H
00226 
00227 /* Define if you have the <openssl/x509.h> header file. */
00228 #undef HAVE_OPENSSL_X509_H
00229 
00230 /* Define if you have the <pem.h> header file. */
00231 #undef HAVE_PEM_H
00232 
00233 /* Define if you have the `perror' function. */
00234 #undef HAVE_PERROR
00235 
00236 /* Define if you have the <pwd.h> header file. */
00237 #undef HAVE_PWD_H
00238 
00239 /* Define if you have the `RAND_egd' function. */
00240 #undef HAVE_RAND_EGD
00241 
00242 /* Define if you have the `RAND_screen' function. */
00243 #undef HAVE_RAND_SCREEN
00244 
00245 /* Define if you have the `RAND_status' function. */
00246 #undef HAVE_RAND_STATUS
00247 
00248 /* Define if you have the <rsa.h> header file. */
00249 #undef HAVE_RSA_H
00250 
00251 /* Define if you have the `select' function. */
00252 #define HAVE_SELECT
00253 
00254 /* Define if you have the `setvbuf' function. */
00255 #undef HAVE_SETVBUF
00256 
00257 /* Define if you have the <sgtty.h> header file. */
00258 #define HAVE_SGTTY_H
00259 
00260 /* Define if you have the `sigaction' function. */
00261 #undef HAVE_SIGACTION
00262 
00263 /* Define if you have the `signal' function. */
00264 #define HAVE_SIGNAL
00265 
00266 /* Define if you have the <signal.h> header file. */
00267 #define HAVE_SIGNAL_H
00268 
00269 /* Define if sig_atomic_t is an available typedef. */
00270 #define HAVE_SIG_ATOMIC_T
00271 
00272 /* Define if sig_atomic_t is already defined as volatile. */
00273 #undef HAVE_SIG_ATOMIC_T_VOLATILE
00274 
00275 /* Define if you have the `socket' function. */
00276 #define HAVE_SOCKET
00277 
00278 /* Define if you have the <ssl.h> header file. */
00279 #undef HAVE_SSL_H
00280 
00281 /* Define if you have the <stdint.h> header file. */
00282 #undef HAVE_STDINT_H
00283 
00284 /* Define if you have the <stdlib.h> header file. */
00285 #define HAVE_STDLIB_H
00286 
00287 /* Define if you have the `strcasecmp' function. */
00288 #undef HAVE_STRCASECMP
00289 
00290 /* Define if you have the `strcmpi' function. */
00291 #undef HAVE_STRCMPI
00292 
00293 /* Define if you have the `strdup' function. */
00294 #define HAVE_STRDUP
00295 
00296 /* Define if you have the `strftime' function. */
00297 #define HAVE_STRFTIME
00298 
00299 /* Define if you have the `stricmp' function. */
00300 #define HAVE_STRICMP
00301 
00302 /* Define if you have the <strings.h> header file. */
00303 #undef HAVE_STRINGS_H
00304 
00305 /* Define if you have the <string.h> header file. */
00306 #define HAVE_STRING_H
00307 
00308 /* Define if you have the `strlcpy' function. */
00309 #undef HAVE_STRLCPY
00310 
00311 /* Define if you have the `strstr' function. */
00312 #define HAVE_STRSTR
00313 
00314 /* Define if you have the `strtok_r' function. */
00315 #undef HAVE_STRTOK_R
00316 
00317 /* Define if you have the `strtoll' function. */
00318 #undef HAVE_STRTOLL
00319 
00320 /* Define if you have the <sys/param.h> header file. */
00321 #undef HAVE_SYS_PARAM_H
00322 
00323 /* Define if you have the <sys/select.h> header file. */
00324 #undef HAVE_SYS_SELECT_H
00325 
00326 /* Define if you have the <sys/socket.h> header file. */
00327 #define HAVE_SYS_SOCKET_H
00328 
00329 /* Define if you have the <sys/sockio.h> header file. */
00330 #undef HAVE_SYS_SOCKIO_H
00331 
00332 /* Define if you have the <sys/stat.h> header file. */
00333 #undef HAVE_SYS_STAT_H
00334 
00335 /* Define if you have the <sys/time.h> header file. */
00336 #define HAVE_SYS_TIME_H
00337 
00338 /* Define if you have the <sys/types.h> header file. */
00339 #define HAVE_SYS_TYPES_H
00340 
00341 /* Define if you have the `tcgetattr' function. */
00342 #define HAVE_TCGETATTR
00343 
00344 /* Define if you have the `tcsetattr' function. */
00345 #define HAVE_TCSETATTR
00346 
00347 /* Define if you have the <termios.h> header file. */
00348 #define HAVE_TERMIOS_H
00349 
00350 /* Define if you have the <termio.h> header file. */
00351 #undef HAVE_TERMIO_H
00352 
00353 /* Define if you have the <time.h> header file. */
00354 #undef HAVE_TIME_H
00355 
00356 /* Define if you have the `uname' function. */
00357 #define HAVE_UNAME
00358 
00359 /* Define if you have the <unistd.h> header file. */
00360 #define HAVE_UNISTD_H
00361 
00362 /* Define if you have the <winsock.h> header file. */
00363 #undef HAVE_WINSOCK_H
00364 
00365 /* Define if you have the <x509.h> header file. */
00366 #undef HAVE_X509_H
00367 
00368 /* Name of package */
00369 #undef PACKAGE
00370 
00371 /* Define as the return type of signal handlers (`int' or `void'). */
00372 #define RETSIGTYPE void
00373 
00374 /* The size of `int', as computed by sizeof. */
00375 #define SIZEOF_INT 4
00376 
00377 /* The size of `long double', as computed by sizeof. */
00378 #undef SIZEOF_LONG_DOUBLE
00379 
00380 /* The size of `long long', as computed by sizeof. */
00381 #undef SIZEOF_LONG_LONG
00382 
00383 /* The size of `short', as computed by sizeof. */
00384 #define SIZEOF_SHORT 2
00385 
00386 /* The size of `size_t', as computed by sizeof. */
00387 #define SIZEOF_SIZE_T 4
00388 
00389 /* Define if you have the ANSI C header files. */
00390 #undef STDC_HEADERS
00391 
00392 /* Define if you can safely include both <sys/time.h> and <time.h>. */
00393 #undef TIME_WITH_SYS_TIME
00394 
00395 /* Version number of package */
00396 #undef VERSION
00397 
00398 /* Define if on AIX 3.
00399    System headers sometimes define this.
00400    We just want to avoid a redefinition error message.  */
00401 #ifndef _ALL_SOURCE
00402 # undef _ALL_SOURCE
00403 #endif
00404 
00405 /* Number of bits in a file offset, on hosts where this is settable. */
00406 #undef _FILE_OFFSET_BITS
00407 
00408 /* Define for large files, on AIX-style hosts. */
00409 #undef _LARGE_FILES
00410 
00411 /* Define to empty if `const' does not conform to ANSI C. */
00412 #undef const
00413 
00414 /* Define to `unsigned' if <sys/types.h> does not define. */
00415 #undef size_t
00416 
00417 /* Define to `int' if <sys/types.h> does not define. */
00418 #undef ssize_t
00419 
00420 /* Define if you have the ioctl function. */
00421 #define HAVE_IOCTL
00422 
00423 /* Define if you have a working ioctl FIONBIO function. */
00424 #define HAVE_IOCTL_FIONBIO
00425 
00426 /* to disable LDAP */
00427 #define CURL_DISABLE_LDAP
00428 
00429 /* Define if you have the getnameinfo function. */
00430 #define HAVE_GETNAMEINFO 1
00431 
00432 /* Define to the type qualifier of arg 1 for getnameinfo. */
00433 #define GETNAMEINFO_QUAL_ARG1 const
00434 
00435 /* Define to the type of arg 1 for getnameinfo. */
00436 #define GETNAMEINFO_TYPE_ARG1 struct sockaddr *
00437 
00438 /* Define to the type of arg 2 for getnameinfo. */
00439 #define GETNAMEINFO_TYPE_ARG2 socklen_t
00440 
00441 /* Define to the type of args 4 and 6 for getnameinfo. */
00442 #define GETNAMEINFO_TYPE_ARG46 size_t
00443 
00444 /* Define to the type of arg 7 for getnameinfo. */
00445 #define GETNAMEINFO_TYPE_ARG7 int
00446 
00447 /* Define if you have the recv function. */
00448 #define HAVE_RECV 1
00449 
00450 /* Define to the type of arg 1 for recv. */
00451 #define RECV_TYPE_ARG1 int
00452 
00453 /* Define to the type of arg 2 for recv. */
00454 #define RECV_TYPE_ARG2 void *
00455 
00456 /* Define to the type of arg 3 for recv. */
00457 #define RECV_TYPE_ARG3 size_t
00458 
00459 /* Define to the type of arg 4 for recv. */
00460 #define RECV_TYPE_ARG4 int
00461 
00462 /* Define to the function return type for recv. */
00463 #define RECV_TYPE_RETV ssize_t
00464 
00465 /* Define 1 if you have the recvfrom function. */
00466 #define HAVE_RECVFROM 1
00467 
00468 /* Define to the type of arg 1 for recvfrom. */
00469 #define RECVFROM_TYPE_ARG1 int
00470 
00471 /* Define to the type pointed by arg 2 for recvfrom. */
00472 #define RECVFROM_TYPE_ARG2 void
00473 
00474 /* Define if the type pointed by arg 2 for recvfrom is void. */
00475 #define RECVFROM_TYPE_ARG2_IS_VOID
00476 
00477 /* Define to the type of arg 3 for recvfrom. */
00478 #define RECVFROM_TYPE_ARG3 size_t
00479 
00480 /* Define to the type of arg 4 for recvfrom. */
00481 #define RECVFROM_TYPE_ARG4 int
00482 
00483 /* Define to the type pointed by arg 5 for recvfrom. */
00484 #define RECVFROM_TYPE_ARG5 struct sockaddr
00485 
00486 /* Define to the type pointed by arg 6 for recvfrom. */
00487 #define RECVFROM_TYPE_ARG6 int
00488 
00489 /* Define to the function return type for recvfrom. */
00490 #define RECVFROM_TYPE_RETV ssize_t
00491 
00492 /* Define if you have the send function. */
00493 #define HAVE_SEND 1
00494 
00495 /* Define to the type of arg 1 for send. */
00496 #define SEND_TYPE_ARG1 int
00497 
00498 /* Define to the type qualifier of arg 2 for send. */
00499 #define SEND_QUAL_ARG2 const
00500 
00501 /* Define to the type of arg 2 for send. */
00502 #define SEND_TYPE_ARG2 void *
00503 
00504 /* Define to the type of arg 3 for send. */
00505 #define SEND_TYPE_ARG3 size_t
00506 
00507 /* Define to the type of arg 4 for send. */
00508 #define SEND_TYPE_ARG4 int
00509 
00510 /* Define to the function return type for send. */
00511 #define SEND_TYPE_RETV ssize_t
00512 
00513 #endif /* HEADER_CURL_CONFIG_RISCOS_H */


rc_visard_driver
Author(s): Heiko Hirschmueller , Christian Emmerich , Felix Ruess
autogenerated on Thu Jun 6 2019 20:43:02