summaryrefslogtreecommitdiff
path: root/lib/config.dos
Commit message (Expand)AuthorAgeFilesLines
* Added HAVE_LIMITS_H.Gisle Vanem2009-04-181-0/+1
* Refactor configure script detection of functions used to set sockets intoYang Tse2008-11-131-1/+3
* Added '#define HAVE_GETNAMEINFO' and qualifiers/typesGisle Vanem2008-11-031-1/+8
* djgpp/DOS does have getaddrinfo().Gisle Vanem2008-11-031-0/+1
* HAVE_INET_PTON will only be defined when an IPv6 capable workingYang Tse2008-09-241-1/+0
* configure script now checks availability of the inet_ntop() function,Yang Tse2008-09-241-1/+0
* Added '#define HAVE_STRUCT_IN6_ADDR 1' needed whenGisle Vanem2008-08-211-0/+1
* Assume we have 'CRYPTO_cleanup_all_ex_data()' on OpenSSL/DOS too.Gisle Vanem2008-08-211-0/+1
* Initial support of curlbuild.h and curlrules.h which allowsYang Tse2008-08-071-1/+0
* when recvfrom prototype uses a void pointer for arguments 2, 5 or 6 this willYang Tse2008-07-211-0/+1
* RECVFROM_TYPE_ARG2, RECVFROM_TYPE_ARG5 and RECVFROM_TYPE_ARG6 are now definedYang Tse2008-07-171-3/+3
* fix commentYang Tse2008-07-161-1/+1
* Configure process now checks availability of recvfrom() socket function andYang Tse2008-07-161-2/+10
* Remove duplicate file inclusions. These are already done in lib/setup.hYang Tse2008-07-141-4/+0
* DOS targets do have setmode().Gisle Vanem2007-04-031-0/+1
* djgpp uses gcc which has varadic macros.Gisle Vanem2007-03-281-0/+1
* Removed unneeded 'HAVE_x' defines.Gisle Vanem2007-02-261-25/+0
* Define HAVE_SIGNAL_H, HAVE_SIG_ATOMIC_T and HAVE_SIG_ATOMIC_T_VOLATILEYang Tse2006-11-241-0/+2
* Fixed 'x_TYPE_ARG2' to match prototypes of recv() and send().Gisle Vanem2006-10-271-2/+2
* Get rid of the special sread()+swrite() for MSDOS. Use recv()Gisle Vanem2006-10-271-0/+13
* Added 'RECV_TYPE_ARGx' needed in getinfo.c.Gisle Vanem2006-10-271-0/+5
* Rearranged target HAVE_x section.Gisle Vanem2006-10-151-7/+4
* Define HAVE_STRUCT_TIMEVAL as appropriate for platforms that lack autotools s...Yang Tse2006-10-141-0/+1
* Added HAVE_SYS_TIME_H for djgpp and HighC.Gisle Vanem2006-08-301-0/+5
* Added support for Watcom/DOS.Gisle Vanem2006-08-291-1/+7
* Renamed config.dj -> config.dos. Added #ifdef-section for djgpp.Gisle Vanem2006-08-291-0/+138