aboutsummaryrefslogtreecommitdiff
path: root/ares/ares_getopt.h
AgeCommit message (Collapse)Author
2010-03-24remove the ares subtreeDaniel Stenberg
c-ares is now hosted entirely separate from the curl project see http://c-ares.haxx.se/ for all details concerning c-ares, its source repository and more.
2009-11-22Fix macro redefinition.Yang Tse
2009-11-22Fix name space pollution.Yang Tse
2008-12-08Undefine 'optarg', 'optind' and 'opterr' when using Watt-32Gisle Vanem
(to get correct linkage on Windows).
2007-04-16move linkage var declarations to ares_getopt.hYang Tse
2007-04-16ares_getopt() command-line parser function does not belong to actualYang Tse
c-ares library. It is just a convinience source code helper function for use in example programs adig.c and ahost.c