Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | errno.h inclusion conditionally done in setup_once.h | Yang Tse | 2011-07-24 | 1 | -1/+2 |
| | |||||
* | build: provide SIZEOF_SIZE_T definition for non-configure builds | Yang Tse | 2010-12-02 | 1 | -0/+1 |
| | |||||
* | remove the CVSish $Id$ lines | Daniel Stenberg | 2010-03-24 | 1 | -1/+0 |
| | |||||
* | Added SIZEOF_INT and SIZEOF_SHORT definitions for non-configure systems | Yang Tse | 2010-02-26 | 1 | -0/+3 |
| | |||||
* | sclose() function-like macro definition used to close a socket, | Yang Tse | 2009-06-19 | 1 | -0/+1 |
| | | | | | now solely based on HAVE_CLOSESOCKET and HAVE_CLOSESOCKET_CAMEL config file preprocessor definitions. | ||||
* | Use build-time configured curl_socklen_t instead of socklen_t | Yang Tse | 2009-05-02 | 1 | -5/+2 |
| | |||||
* | Refactor configure script detection of functions used to set sockets into | Yang Tse | 2008-11-13 | 1 | -1/+2 |
| | | | | non-blocking mode, and decouple function detection from function capability. | ||||
* | ntoa() and inet_ntoa_r() no longer used | Yang Tse | 2008-09-24 | 1 | -1/+0 |
| | |||||
* | Initial support of curlbuild.h and curlrules.h which allows | Yang Tse | 2008-08-07 | 1 | -1/+0 |
| | | | | to have a curl_off_t data type no longer gated to off_t. | ||||
* | RECVFROM_TYPE_ARG2, RECVFROM_TYPE_ARG5 and RECVFROM_TYPE_ARG6 are now defined | Yang Tse | 2008-07-17 | 1 | -3/+3 |
| | | | | to the data type pointed by its respective argument and not the pointer type. | ||||
* | Configure process now checks availability of recvfrom() socket function and | Yang Tse | 2008-07-16 | 1 | -1/+10 |
| | | | | | | 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. | ||||
* | proper symbol definition check for all AmigaOS flavours | Yang Tse | 2007-02-28 | 1 | -1/+25 |
| | |||||
* | Define HAVE_SIGNAL_H, HAVE_SIG_ATOMIC_T and HAVE_SIG_ATOMIC_T_VOLATILE | Yang Tse | 2006-11-24 | 1 | -0/+2 |
| | | | | as appropriate for platforms that don't have autotools support | ||||
* | Define HAVE_STRUCT_TIMEVAL as appropriate for platforms that lack autotools ↵ | Yang Tse | 2006-10-14 | 1 | -0/+1 |
| | | | | support | ||||
* | include <malloc.h> only if HAVE_MALLOC_H and NEED_MALLOC_H are both defined. | Yang Tse | 2006-07-11 | 1 | -0/+2 |
| | |||||
* | Get qualifier of arg 2 for send() apart into SEND_QUAL_ARG2. | Yang Tse | 2006-07-04 | 1 | -0/+1 |
| | |||||
* | Platforms that don't have/run configure need default values in their config ↵ | Yang Tse | 2006-07-04 | 1 | -0/+21 |
| | | | | | | | | | | 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 | ||||
* | Diego Casorran patches to make (lib)curl build fine on Amiga again | Daniel Stenberg | 2005-07-13 | 1 | -1/+4 |
| | |||||
* | Fixed LDAP library file name bug (KNOWN_BUGS #1). configure now auto-detects | Dan Fandrich | 2005-03-11 | 1 | -0/+2 |
| | | | | | | | | 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 Stenberg | 2004-12-11 | 1 | -0/+3 |
| | | | | | | | | | | | | | 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. | ||||
* | use curl_off_t instead of off_t! | Daniel Stenberg | 2004-01-22 | 1 | -1/+1 |
| | |||||
* | Diego Casorran's fixes to allow native AmigaOS builds | Daniel Stenberg | 2004-01-13 | 1 | -0/+5 |
| | |||||
* | native AmigaOS support by Diego Casorran | Daniel Stenberg | 2003-12-10 | 1 | -0/+79 |