aboutsummaryrefslogtreecommitdiff
path: root/ares/Makefile.dj
AgeCommit message (Collapse)Author
2008-11-13Refactor configure script detection of functions used to set sockets intoYang Tse
non-blocking mode, and decouple function detection from function capability.
2008-09-21Added HAVE_NETDB_H, HAVE_ARPA_INET_H, HAVE_STRCASECMPGisle Vanem
and HAVE_STRNCASECMP.
2008-09-12djgpp does have strdup().Gisle Vanem
2008-07-21when recvfrom prototype uses a void pointer for arguments 2, 5 or 6 this willYang 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-17RECVFROM_TYPE_ARG2, RECVFROM_TYPE_ARG5 and RECVFROM_TYPE_ARG6 are now definedYang Tse
to the data type pointed by its respective argument and not the pointer type.
2008-07-16Configure process now checks availability of recvfrom() socket function andYang 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-05-15Replaced "-DHAVE_FIONBIO" with "-DHAVE_IOCTLSOCKET".Gisle Vanem
Added "-DHAVE_GETTIMEOFDAY". Trimmed lines.
2007-12-11Build acountry.exe. Added 'socklen_t' define.Gisle Vanem
2007-10-08Added needed 'HAVE_*' defines.Gisle Vanem
2007-04-16No need for USE_MANUAL. Use select_s() instead of select().Gisle Vanem
Added ares_getopt.o to program sample objects.
2007-03-17Added a hack to work around the circular dependency whenGisle Vanem
CURL_DEBUG is defined.
2007-02-27Added TOPDIR variable. Put dependencies in external file.Gisle Vanem
Added -DHAVE_STRUCT_TIMEVAL to CFLAGS.
2007-02-06Added HAVE_PROCESS_H for DOS/Win32.Gisle Vanem
Include <process.h> for getpid() in ares_init.c.
2007-02-05Remove '-Dselect=select_s'. Remove depend.dj-Gisle Vanem
2006-11-25Make sure RETSIGTYPE is properly definedYang Tse
2006-11-24Define HAVE_SIGNAL_H, HAVE_SIG_ATOMIC_T and HAVE_SIG_ATOMIC_T_VOLATILEYang Tse
as appropriate for platforms that don't have autotools support
2006-11-07Moved select_s() to Makefile.dj since select() is used in applications.Gisle Vanem
2006-10-31Updated dependencies to not include config.h.Gisle Vanem
2006-10-31Rewritten to use ../packages/DOS/common.dj.Gisle Vanem
2006-10-14Define HAVE_STRUCT_TIMEVAL as appropriate for platforms that lack autotools ↵Yang Tse
support
2005-11-14Added '-DHAVE_SOCKADDR_IN6_SIN6_SCOPE_ID'.Gisle Vanem
2005-11-09Update with "new" HAVE_xx.Gisle Vanem
2004-08-19ZLIB_ROOT not neededGisle Vanem
2004-08-19My first CVS commit just to see if this works.Gisle Vanem
BTW. Used eclipse IDE fo this, which really kicks ass.
2004-07-01Gisle added makefile for djgpp buildsDaniel Stenberg