summaryrefslogtreecommitdiff
path: root/ares_getopt.h
AgeCommit message (Collapse)AuthorFilesLines
2009-11-22Fix macro redefinition.Yang Tse1-0/+6
2009-11-22Fix name space pollution.Yang Tse1-6/+6
2008-12-08Undefine 'optarg', 'optind' and 'opterr' when using Watt-32Gisle Vanem1-0/+6
(to get correct linkage on Windows).
2007-04-16move linkage var declarations to ares_getopt.hYang Tse1-0/+4
2007-04-16ares_getopt() command-line parser function does not belong to actualYang Tse1-0/+37
c-ares library. It is just a convinience source code helper function for use in example programs adig.c and ahost.c