summaryrefslogtreecommitdiff
path: root/Makefile.dj
AgeCommit message (Expand)AuthorFilesLines
2010-12-03build: config.dos renamed to config-dos.hYang Tse1-1/+1
2010-03-27remove all $Id$ linesDaniel Stenberg1-1/+0
2009-09-07Update my email address. Add ares_config.h as dependency for 'make depend'.Gisle Vanem1-1/+3
2009-07-14renamed generated config.h to ares_config.h in order to avoid clashes when li...Gunter Knauf1-3/+3
2009-06-20Use select_s() and not select().Gisle Vanem1-1/+1
2009-06-13Remove HAVE_CONFIG_H definition from here,Yang Tse1-1/+1
2009-06-13initial step towards decoupling c-ares from libcurl for DOSYang Tse1-33/+29
2009-06-13DEBUGBUILD symbol definition for debug buildsYang Tse1-0/+5
2009-05-21$(OBJ_DIR)/ares_getopt.o must be cleaned explicitly.Gisle Vanem1-1/+1
2009-05-02Use build-time configured ares_socklen_t instead of socklen_tYang Tse1-1/+1
2009-04-18Added '-DHAVE_LIMITS_H'.Gisle Vanem1-1/+2
2008-12-08Removed unneeded defines HAVE_SIGNAL_H, HAVE_SIG_ATOMIC_T,Gisle Vanem1-7/+5
2008-11-29Added '-DHAVE_GETHOSTNAME'.Gisle Vanem1-1/+2
2008-11-13Refactor configure script detection of functions used to set sockets intoYang Tse1-0/+1
2008-09-21Added HAVE_NETDB_H, HAVE_ARPA_INET_H, HAVE_STRCASECMPGisle Vanem1-1/+2
2008-09-12djgpp does have strdup().Gisle Vanem1-1/+1
2008-07-21when recvfrom prototype uses a void pointer for arguments 2, 5 or 6 this willYang Tse1-1/+2
2008-07-17RECVFROM_TYPE_ARG2, RECVFROM_TYPE_ARG5 and RECVFROM_TYPE_ARG6 are now definedYang Tse1-4/+4
2008-07-16Configure process now checks availability of recvfrom() socket function andYang Tse1-1/+5
2008-05-15Replaced "-DHAVE_FIONBIO" with "-DHAVE_IOCTLSOCKET".Gisle Vanem1-4/+5
2007-12-11Build acountry.exe. Added 'socklen_t' define.Gisle Vanem1-3/+6
2007-10-08Added needed 'HAVE_*' defines.Gisle Vanem1-1/+2
2007-04-16No need for USE_MANUAL. Use select_s() instead of select().Gisle Vanem1-4/+3
2007-03-17Added a hack to work around the circular dependency whenGisle Vanem1-3/+6
2007-02-27Added TOPDIR variable. Put dependencies in external file.Gisle Vanem1-131/+7
2007-02-06Added HAVE_PROCESS_H for DOS/Win32.Gisle Vanem1-1/+1
2007-02-05Remove '-Dselect=select_s'. Remove depend.dj-Gisle Vanem1-2/+2
2006-11-25Make sure RETSIGTYPE is properly definedYang Tse1-1/+1
2006-11-24Define HAVE_SIGNAL_H, HAVE_SIG_ATOMIC_T and HAVE_SIG_ATOMIC_T_VOLATILEYang Tse1-0/+1
2006-11-07Moved select_s() to Makefile.dj since select() is used in applications.Gisle Vanem1-1/+1
2006-10-31Updated dependencies to not include config.h.Gisle Vanem1-124/+118
2006-10-31Rewritten to use ../packages/DOS/common.dj.Gisle Vanem1-25/+166
2006-10-14Define HAVE_STRUCT_TIMEVAL as appropriate for platforms that lack autotools s...Yang Tse1-0/+2
2005-11-14Added '-DHAVE_SOCKADDR_IN6_SIN6_SCOPE_ID'.Gisle Vanem1-1/+2
2005-11-09Update with "new" HAVE_xx.Gisle Vanem1-1/+5
2004-08-19ZLIB_ROOT not neededGisle Vanem1-3/+1
2004-08-19My first CVS commit just to see if this works.Gisle Vanem1-56/+52
2004-07-01Gisle added makefile for djgpp buildsDaniel Stenberg1-0/+56