summaryrefslogtreecommitdiff
path: root/ares/Makefile.dj
Commit message (Expand)AuthorAgeFilesLines
* Update my email address. Add ares_config.h as dependency for 'make depend'.Gisle Vanem2009-09-071-1/+3
* renamed generated config.h to ares_config.h in order to avoid clashes when li...Gunter Knauf2009-07-141-3/+3
* Use select_s() and not select().Gisle Vanem2009-06-201-1/+1
* Remove HAVE_CONFIG_H definition from here,Yang Tse2009-06-131-1/+1
* initial step towards decoupling c-ares from libcurl for DOSYang Tse2009-06-131-33/+29
* DEBUGBUILD symbol definition for debug buildsYang Tse2009-06-131-0/+5
* $(OBJ_DIR)/ares_getopt.o must be cleaned explicitly.Gisle Vanem2009-05-211-1/+1
* Use build-time configured ares_socklen_t instead of socklen_tYang Tse2009-05-021-1/+1
* Added '-DHAVE_LIMITS_H'.Gisle Vanem2009-04-181-1/+2
* Removed unneeded defines HAVE_SIGNAL_H, HAVE_SIG_ATOMIC_T,Gisle Vanem2008-12-081-7/+5
* Added '-DHAVE_GETHOSTNAME'.Gisle Vanem2008-11-291-1/+2
* Refactor configure script detection of functions used to set sockets intoYang Tse2008-11-131-0/+1
* Added HAVE_NETDB_H, HAVE_ARPA_INET_H, HAVE_STRCASECMPGisle Vanem2008-09-211-1/+2
* djgpp does have strdup().Gisle Vanem2008-09-121-1/+1
* when recvfrom prototype uses a void pointer for arguments 2, 5 or 6 this willYang Tse2008-07-211-1/+2
* RECVFROM_TYPE_ARG2, RECVFROM_TYPE_ARG5 and RECVFROM_TYPE_ARG6 are now definedYang Tse2008-07-171-4/+4
* Configure process now checks availability of recvfrom() socket function andYang Tse2008-07-161-1/+5
* Replaced "-DHAVE_FIONBIO" with "-DHAVE_IOCTLSOCKET".Gisle Vanem2008-05-151-4/+5
* Build acountry.exe. Added 'socklen_t' define.Gisle Vanem2007-12-111-3/+6
* Added needed 'HAVE_*' defines.Gisle Vanem2007-10-081-1/+2
* No need for USE_MANUAL. Use select_s() instead of select().Gisle Vanem2007-04-161-4/+3
* Added a hack to work around the circular dependency whenGisle Vanem2007-03-171-3/+6
* Added TOPDIR variable. Put dependencies in external file.Gisle Vanem2007-02-271-131/+7
* Added HAVE_PROCESS_H for DOS/Win32.Gisle Vanem2007-02-061-1/+1
* Remove '-Dselect=select_s'. Remove depend.dj-Gisle Vanem2007-02-051-2/+2
* Make sure RETSIGTYPE is properly definedYang Tse2006-11-251-1/+1
* Define HAVE_SIGNAL_H, HAVE_SIG_ATOMIC_T and HAVE_SIG_ATOMIC_T_VOLATILEYang Tse2006-11-241-0/+1
* Moved select_s() to Makefile.dj since select() is used in applications.Gisle Vanem2006-11-071-1/+1
* Updated dependencies to not include config.h.Gisle Vanem2006-10-311-124/+118
* Rewritten to use ../packages/DOS/common.dj.Gisle Vanem2006-10-311-25/+166
* Define HAVE_STRUCT_TIMEVAL as appropriate for platforms that lack autotools s...Yang Tse2006-10-141-0/+2
* Added '-DHAVE_SOCKADDR_IN6_SIN6_SCOPE_ID'.Gisle Vanem2005-11-141-1/+2
* Update with "new" HAVE_xx.Gisle Vanem2005-11-091-1/+5
* ZLIB_ROOT not neededGisle Vanem2004-08-191-3/+1
* My first CVS commit just to see if this works.Gisle Vanem2004-08-191-56/+52
* Gisle added makefile for djgpp buildsDaniel Stenberg2004-07-011-0/+56