summaryrefslogtreecommitdiff
path: root/ares_build.h.dist
AgeCommit message (Collapse)AuthorFilesLines
2013-03-10ares_build.h.dist: enhance non-configure GCC ABI detection logicYang Tse1-3/+5
GCC specific adjustments: - check __ILP32__ before 32 and 64bit processor architectures in order to detect ILP32 programming model on 64 bit processors which, of course, also support LP64 programming model, when using gcc 4.7 or newer. - keep 32bit processor architecture checks in order to support gcc versions older than 4.7 which don't define __ILP32__ - check __LP64__ for gcc 3.3 and newer, while keeping 64bit processor architecture checks for older versions which don't define __LP64__
2010-03-27remove all $Id$ linesDaniel Stenberg1-1/+0
2010-03-23s/CVS/gitDaniel Stenberg1-3/+3
2009-05-12fiX *__SOCKLEN_T definitions for remaining targetsYang Tse1-10/+10
2009-05-12*__SOCKLEN_T definitions for OS400 already fixedYang Tse1-2/+0
2009-05-11fIX *__SOCKLEN_T definitions for SYMBIAN32 and VMS targetsYang Tse1-4/+4
2009-05-06fIX *__SOCKLEN_T definitions for OS400 and generic GCC targetsYang Tse1-4/+8
2009-05-04fIX *__SOCKLEN_T definitions for MVS and 370 targetsYang Tse1-8/+20
2009-05-04fIX *__SOCKLEN_T definitions for several Windows target tool-chainsYang Tse1-8/+8
2009-05-01David McCreedy's "TPF-platform specific changes to various files" patch ↵Yang Tse1-2/+2
follow-up
2009-05-01David McCreedy's "TPF-platform specific changes to various files" patchYang Tse1-0/+5
2009-04-28Initial step towards a configure time ares_socklen_t definitionYang Tse1-0/+234