Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-07-21 | when recvfrom prototype uses a void pointer for arguments 2, 5 or 6 this will | Yang Tse | |
now cause the definition of RECVFROM_TYPE_ARG2_IS_VOID, RECVFROM_TYPE_ARG5_IS_VOID or RECVFROM_TYPE_ARG6_IS_VOID, as appropriate. | |||
2008-07-17 | RECVFROM_TYPE_ARG2, RECVFROM_TYPE_ARG5 and RECVFROM_TYPE_ARG6 are now defined | Yang Tse | |
to the data type pointed by its respective argument and not the pointer type. | |||
2008-07-16 | fix comment | Yang Tse | |
2008-07-16 | Configure process now checks availability of recvfrom() socket function and | Yang Tse | |
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. | |||
2008-07-14 | Remove duplicate file inclusions. These are already done in lib/setup.h | Yang Tse | |
and lib/setup_once.h | |||
2007-04-03 | DOS targets do have setmode(). | Gisle Vanem | |
2007-03-28 | djgpp uses gcc which has varadic macros. | Gisle Vanem | |
2007-02-26 | Removed unneeded 'HAVE_x' defines. | Gisle Vanem | |
2006-11-24 | Define HAVE_SIGNAL_H, HAVE_SIG_ATOMIC_T and HAVE_SIG_ATOMIC_T_VOLATILE | Yang Tse | |
as appropriate for platforms that don't have autotools support | |||
2006-10-27 | Fixed 'x_TYPE_ARG2' to match prototypes of recv() and send(). | Gisle Vanem | |
2006-10-27 | Get rid of the special sread()+swrite() for MSDOS. Use recv() | Gisle Vanem | |
and send(). Added needed HAVE_x defines. | |||
2006-10-27 | Added 'RECV_TYPE_ARGx' needed in getinfo.c. | Gisle Vanem | |
2006-10-15 | Rearranged target HAVE_x section. | Gisle Vanem | |
2006-10-14 | Define HAVE_STRUCT_TIMEVAL as appropriate for platforms that lack autotools ↵ | Yang Tse | |
support | |||
2006-08-30 | Added HAVE_SYS_TIME_H for djgpp and HighC. | Gisle Vanem | |
2006-08-29 | Added support for Watcom/DOS. | Gisle Vanem | |
2006-08-29 | Renamed config.dj -> config.dos. Added #ifdef-section for djgpp. | Gisle Vanem | |