summaryrefslogtreecommitdiff
path: root/lib/config-riscos.h
Commit message (Collapse)AuthorAgeFilesLines
* config: remove all defines of HAVE_DES_HDaniel Stenberg2020-03-241-4/+1
| | | | | | As there's no code using it. Closes #5144
* copyrights: update all copyright notices to 2019 on files changed this yearVilhelm Prytz2019-11-021-1/+1
| | | | Closes #4547
* build: Remove unused HAVE_LIBSSL and HAVE_LIBCRYPTO definesPaul B. Omta2019-10-051-6/+0
| | | | Closes https://github.com/curl/curl/pull/4460
* URLs: change all http:// URLs to https://Daniel Stenberg2016-02-031-1/+1
|
* strlcat: remove functionDaniel Stenberg2013-02-141-4/+1
| | | | | | | | | | | | | | | | | | This function was only used twice, both in places where performance isn't crucial (socks + if2ip). Removing the use of this function removes the need to have our private version for systems without it == reduced amount of code. Also, in the SOCKS case it is clearly better to fail gracefully rather than to truncate the results. This work was triggered by a bug report on the strcal prototype in strequal.h. strlcat was added in commit db70cd28 in February 2001! Bug: http://curl.haxx.se/bug/view.cgi?id=1192 Reported by: Jeremy Huddleston
* curl tool: use configuration files from lib directoryYang Tse2012-04-061-8/+22
| | | | | | | | | | | Configuration files such as curl_config.h and all config-*.h no longer exist nor are generated/copied into 'src' directory, now these only exist in 'lib' directory from where curl tool sources uses them. Additionally old src/setup.h has been refactored into src/tool_setup.h which now pulls lib/setup.h The possibility of a makefile needing an include path adjustment exists.
* errno.h inclusion conditionally done in setup_once.hYang Tse2011-07-241-0/+3
|
* sources: update source headersDaniel Stenberg2011-03-101-1/+22
| | | | | | All C and H files now (should) feature the proper project curl source code header, which includes basic info, a copyright statement and some basic disclaimers.
* build: provide SIZEOF_SIZE_T definition for non-configure buildsYang Tse2010-12-021-0/+3
|
* Added SIZEOF_INT and SIZEOF_SHORT definitions for non-configure systemsYang Tse2010-02-261-2/+8
|
* Remove enable-thread / disable-thread configure option. These were only placeboYang Tse2009-11-151-3/+0
| | | | options. The library is always built as thread safe as possible on every system.
* renamed generated config.h to curl_config.h in order to avoid clashes when ↵Gunter Knauf2009-07-141-1/+1
| | | | libcurl is used with other projects which also have a config.h.
* Use build-time configured curl_socklen_t instead of socklen_tYang Tse2009-05-021-3/+0
|
* changed HAVE_SIN6_SCOPE_ID define to HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID since ↵Gunter Knauf2008-12-301-1/+1
| | | | just found that ares already uses this define.
* added HAVE_SIN6_SCOPE_ID define to all non-configure platforms which seem to ↵Gunter Knauf2008-12-301-0/+3
| | | | be IPv6-aware.
* the IP address we want/request/use from the interface is the 'local'Yang Tse2008-11-171-3/+0
| | | | address, the one on the box libcurl is running, not the 'remote' one.
* if2ip.c related preprocessor cleanupYang Tse2008-11-171-2/+0
|
* Refactor configure script detection of functions used to set sockets intoYang Tse2008-11-131-1/+5
| | | | non-blocking mode, and decouple function detection from function capability.
* ntoa() and inet_ntoa_r() no longer usedYang Tse2008-09-241-9/+0
|
* HAVE_ALARM definition for static config-*.h filesYang Tse2008-09-191-0/+3
|
* when recvfrom prototype uses a void pointer for arguments 2, 5 or 6 this willYang Tse2008-07-211-0/+3
| | | | | now cause the definition of RECVFROM_TYPE_ARG2_IS_VOID, RECVFROM_TYPE_ARG5_IS_VOID or RECVFROM_TYPE_ARG6_IS_VOID, as appropriate.
* RECVFROM_TYPE_ARG2, RECVFROM_TYPE_ARG5 and RECVFROM_TYPE_ARG6 are now definedYang Tse2008-07-171-6/+6
| | | | to the data type pointed by its respective argument and not the pointer type.
* Configure process now checks availability of recvfrom() socket function andYang Tse2008-07-161-0/+24
| | | | | | finds out its return type and the types of its arguments. Added definitions for non-configure systems config files, and introduced macro sreadfrom which will be used on udp sockets as a recvfrom() wrapper.
* fix: socklen_t definition commentYang Tse2008-05-211-4/+1
|
* Patrick Monnerat modified the LDAP code and approach in curl. Starting now,Daniel Stenberg2007-08-111-9/+0
| | | | | | | | the configure script checks for openldap and friends and we link with those libs just like we link all other third party libraries, and we no longer dlopen() those libraries. Our private header file lib/ldap.h was renamed to lib/curl_ldap.h due to this. I set a tag in CVS (curl-7_17_0-preldapfix) just before this commit, just in case.
* Define HAVE_SIGNAL_H, HAVE_SIG_ATOMIC_T and HAVE_SIG_ATOMIC_T_VOLATILEYang Tse2006-11-241-0/+9
| | | | as appropriate for platforms that don't have autotools support
* Define HAVE_STRUCT_TIMEVAL as appropriate for platforms that lack autotools ↵Yang Tse2006-10-141-0/+3
| | | | support
* Simplify check for NEED_MALLOC_H, and make more explicit that NEED_MALLOC_H ↵Yang Tse2006-07-251-1/+1
| | | | shall be defined if <malloc.h> header file must be included even when including <stdlib.h>.
* include <malloc.h> only if HAVE_MALLOC_H and NEED_MALLOC_H are both defined.Yang Tse2006-07-111-0/+3
|
* Get qualifier of arg 2 for send() apart into SEND_QUAL_ARG2.Yang Tse2006-07-041-0/+3
|
* Platforms that don't have/run configure need default values in their config ↵Yang Tse2006-07-041-0/+53
| | | | | | | | | | files for: HAVE_GETNAMEINFO, GETNAMEINFO_QUAL_ARG1, GETNAMEINFO_TYPE_ARG1, GETNAMEINFO_TYPE_ARG2, GETNAMEINFO_TYPE_ARG46, GETNAMEINFO_TYPE_ARG7 HAVE_RECV, RECV_TYPE_ARG1, RECV_TYPE_ARG2, RECV_TYPE_ARG3, RECV_TYPE_ARG4, RECV_TYPE_RETV HAVE_SEND, SEND_TYPE_ARG1, SEND_TYPE_ARG2, SEND_TYPE_ARG3, SEND_TYPE_ARG4, SEND_TYPE_RETV
* Fixed LDAP library file name bug (KNOWN_BUGS #1). configure now auto-detectsDan Fandrich2005-03-111-0/+3
| | | | | | | | the correct dynamic library names by default, and provides override switches --with-ldap-lib, --with-lber-lib and --without-lber-lib. Added CURL_DISABLE_LDAP to platform-specific config files to disable LDAP support on those platforms that probably don't have dynamic OpenLDAP libraries available to avoid compile errors.
* Dan Fandrich:Daniel Stenberg2004-12-111-3/+0
| | | | | | | | | | | | | Here's a stab at a consolidation of the SSL detection heuristics into configure. Source files aren't changed by this patch, except for setup.h and the various config*.h files. Within the configure script, OPENSSL_ENABLED is used to determine if SSL is being used or not, and outside configure, USE_SSLEAY means the same thing; this could be even further unified some day. Now, when SSL is not detected, configure skips the various checks that are dependent on SSL, speeding up the configure process and avoiding complications with cross compiles. I also updated all the architecture- specific config files I could see, but I couldn't test them.
* David J Meyer's large file support.Daniel Stenberg2004-01-051-0/+3
|
* use the HAVE_KRB4 define instead of just KRB4Daniel Stenberg2003-12-021-1/+1
|
* Michael Curtis' updatesDaniel Stenberg2002-04-081-12/+377
|
* moved the config-*.h files from root to the lib/ dirDaniel Stenberg2002-02-071-0/+25