summaryrefslogtreecommitdiff
path: root/lib/config.dos
Commit message (Expand)AuthorAgeFilesLines
* 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