index
:
curl
gemini-meta
master
cURL mirror with patches applied
Ben
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
config-riscos.h
Age
Commit message (
Expand
)
Author
2011-07-24
errno.h inclusion conditionally done in setup_once.h
Yang Tse
2011-03-10
sources: update source headers
Daniel Stenberg
2010-12-02
build: provide SIZEOF_SIZE_T definition for non-configure builds
Yang Tse
2010-02-26
Added SIZEOF_INT and SIZEOF_SHORT definitions for non-configure systems
Yang Tse
2009-11-15
Remove enable-thread / disable-thread configure option. These were only placebo
Yang Tse
2009-07-14
renamed generated config.h to curl_config.h in order to avoid clashes when li...
Gunter Knauf
2009-05-02
Use build-time configured curl_socklen_t instead of socklen_t
Yang Tse
2008-12-30
changed HAVE_SIN6_SCOPE_ID define to HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID since ju...
Gunter Knauf
2008-12-30
added HAVE_SIN6_SCOPE_ID define to all non-configure platforms which seem to ...
Gunter Knauf
2008-11-17
the IP address we want/request/use from the interface is the 'local'
Yang Tse
2008-11-17
if2ip.c related preprocessor cleanup
Yang Tse
2008-11-13
Refactor configure script detection of functions used to set sockets into
Yang Tse
2008-09-24
ntoa() and inet_ntoa_r() no longer used
Yang Tse
2008-09-19
HAVE_ALARM definition for static config-*.h files
Yang Tse
2008-07-21
when recvfrom prototype uses a void pointer for arguments 2, 5 or 6 this will
Yang Tse
2008-07-17
RECVFROM_TYPE_ARG2, RECVFROM_TYPE_ARG5 and RECVFROM_TYPE_ARG6 are now defined
Yang Tse
2008-07-16
Configure process now checks availability of recvfrom() socket function and
Yang Tse
2008-05-21
fix: socklen_t definition comment
Yang Tse
2007-08-11
Patrick Monnerat modified the LDAP code and approach in curl. Starting now,
Daniel Stenberg
2006-11-24
Define HAVE_SIGNAL_H, HAVE_SIG_ATOMIC_T and HAVE_SIG_ATOMIC_T_VOLATILE
Yang Tse
2006-10-14
Define HAVE_STRUCT_TIMEVAL as appropriate for platforms that lack autotools s...
Yang Tse
2006-07-25
Simplify check for NEED_MALLOC_H, and make more explicit that NEED_MALLOC_H s...
Yang Tse
2006-07-11
include <malloc.h> only if HAVE_MALLOC_H and NEED_MALLOC_H are both defined.
Yang Tse
2006-07-04
Get qualifier of arg 2 for send() apart into SEND_QUAL_ARG2.
Yang Tse
2006-07-04
Platforms that don't have/run configure need default values in their config f...
Yang Tse
2005-03-11
Fixed LDAP library file name bug (KNOWN_BUGS #1). configure now auto-detects
Dan Fandrich
2004-12-11
Dan Fandrich:
Daniel Stenberg
2004-01-05
David J Meyer's large file support.
Daniel Stenberg
2003-12-02
use the HAVE_KRB4 define instead of just KRB4
Daniel Stenberg
2002-04-08
Michael Curtis' updates
Daniel Stenberg
2002-02-07
moved the config-*.h files from root to the lib/ dir
Daniel Stenberg