inet_ntop.c: s/socklen_t/ares_socklen_t
[platform/upstream/c-ares.git] / Makefile.dj
2010-12-03 Yang Tsebuild: config.dos renamed to config-dos.h
2010-03-27 Daniel Stenbergremove all $Id$ lines
2009-09-07 Gisle VanemUpdate my email address. Add ares_config.h as dependenc...
2009-07-14 Gunter Knaufrenamed generated config.h to ares_config.h in order...
2009-06-20 Gisle VanemUse select_s() and not select().
2009-06-13 Yang TseRemove HAVE_CONFIG_H definition from here,
2009-06-13 Yang Tseinitial step towards decoupling c-ares from libcurl...
2009-06-13 Yang TseDEBUGBUILD symbol definition for debug builds
2009-05-21 Gisle Vanem$(OBJ_DIR)/ares_getopt.o must be cleaned explicitly.
2009-05-02 Yang TseUse build-time configured ares_socklen_t instead of...
2009-04-18 Gisle VanemAdded '-DHAVE_LIMITS_H'.
2008-12-08 Gisle VanemRemoved unneeded defines HAVE_SIGNAL_H, HAVE_SIG_ATOMIC_T,
2008-11-29 Gisle VanemAdded '-DHAVE_GETHOSTNAME'.
2008-11-13 Yang TseRefactor configure script detection of functions used...
2008-09-21 Gisle VanemAdded HAVE_NETDB_H, HAVE_ARPA_INET_H, HAVE_STRCASECMP
2008-09-12 Gisle Vanemdjgpp does have strdup().
2008-07-21 Yang Tsewhen recvfrom prototype uses a void pointer for argumen...
2008-07-17 Yang TseRECVFROM_TYPE_ARG2, RECVFROM_TYPE_ARG5 and RECVFROM_TYP...
2008-07-16 Yang TseConfigure process now checks availability of recvfrom...
2008-05-15 Gisle VanemReplaced "-DHAVE_FIONBIO" with "-DHAVE_IOCTLSOCKET".
2007-12-11 Gisle VanemBuild acountry.exe. Added 'socklen_t' define.
2007-10-08 Gisle VanemAdded needed 'HAVE_*' defines.
2007-04-16 Gisle VanemNo need for USE_MANUAL. Use select_s() instead of select().
2007-03-17 Gisle VanemAdded a hack to work around the circular dependency...
2007-02-27 Gisle VanemAdded TOPDIR variable. Put dependencies in external...
2007-02-06 Gisle VanemAdded HAVE_PROCESS_H for DOS/Win32.
2007-02-05 Gisle VanemRemove '-Dselect=select_s'. Remove depend.dj-
2006-11-25 Yang TseMake sure RETSIGTYPE is properly defined
2006-11-24 Yang TseDefine HAVE_SIGNAL_H, HAVE_SIG_ATOMIC_T and HAVE_SIG_AT...
2006-11-07 Gisle VanemMoved select_s() to Makefile.dj since select() is used...
2006-10-31 Gisle VanemUpdated dependencies to not include config.h.
2006-10-31 Gisle VanemRewritten to use ../packages/DOS/common.dj.
2006-10-14 Yang TseDefine HAVE_STRUCT_TIMEVAL as appropriate for platforms...
2005-11-14 Gisle VanemAdded '-DHAVE_SOCKADDR_IN6_SIN6_SCOPE_ID'.
2005-11-09 Gisle VanemUpdate with "new" HAVE_xx.
2004-08-19 Gisle VanemZLIB_ROOT not needed
2004-08-19 Gisle VanemMy first CVS commit just to see if this works.
2004-07-01 Daniel StenbergGisle added makefile for djgpp builds