aboutsummaryrefslogtreecommitdiff
path: root/lib/config.dos
AgeCommit message (Expand)Author
2009-05-02Use build-time configured curl_socklen_t instead of socklen_tYang Tse
2009-04-18Added HAVE_LIMITS_H.Gisle Vanem
2008-11-13Refactor configure script detection of functions used to set sockets intoYang Tse
2008-11-03Added '#define HAVE_GETNAMEINFO' and qualifiers/typesGisle Vanem
2008-11-03djgpp/DOS does have getaddrinfo().Gisle Vanem
2008-09-24HAVE_INET_PTON will only be defined when an IPv6 capable workingYang Tse
2008-09-24configure script now checks availability of the inet_ntop() function,Yang Tse
2008-08-21Added '#define HAVE_STRUCT_IN6_ADDR 1' needed whenGisle Vanem
2008-08-21Assume we have 'CRYPTO_cleanup_all_ex_data()' on OpenSSL/DOS too.Gisle Vanem
2008-08-07Initial support of curlbuild.h and curlrules.h which allowsYang Tse
2008-07-21when recvfrom prototype uses a void pointer for arguments 2, 5 or 6 this willYang Tse
2008-07-17RECVFROM_TYPE_ARG2, RECVFROM_TYPE_ARG5 and RECVFROM_TYPE_ARG6 are now definedYang Tse
2008-07-16fix commentYang Tse
2008-07-16Configure process now checks availability of recvfrom() socket function andYang Tse
2008-07-14Remove duplicate file inclusions. These are already done in lib/setup.hYang Tse
2007-04-03DOS targets do have setmode().Gisle Vanem
2007-03-28djgpp uses gcc which has varadic macros.Gisle Vanem
2007-02-26Removed unneeded 'HAVE_x' defines.Gisle Vanem
2006-11-24Define HAVE_SIGNAL_H, HAVE_SIG_ATOMIC_T and HAVE_SIG_ATOMIC_T_VOLATILEYang Tse
2006-10-27Fixed 'x_TYPE_ARG2' to match prototypes of recv() and send().Gisle Vanem
2006-10-27Get rid of the special sread()+swrite() for MSDOS. Use recv()Gisle Vanem
2006-10-27Added 'RECV_TYPE_ARGx' needed in getinfo.c.Gisle Vanem
2006-10-15Rearranged target HAVE_x section.Gisle Vanem
2006-10-14Define HAVE_STRUCT_TIMEVAL as appropriate for platforms that lack autotools s...Yang Tse
2006-08-30Added HAVE_SYS_TIME_H for djgpp and HighC.Gisle Vanem
2006-08-29Added support for Watcom/DOS.Gisle Vanem
2006-08-29Renamed config.dj -> config.dos. Added #ifdef-section for djgpp.Gisle Vanem