summaryrefslogtreecommitdiff
path: root/openbsd-compat/fake-rfc2553.h
AgeCommit message (Collapse)Author
2003-09-22 - (dtucker) [configure.ac openbsd-compat/fake-rfc2553.cDarren Tucker
openbsd-compat/fake-rfc2553.h] Bug #659: Test for and handle systems with where gai_strerror is defined as "const char *". Part of patch supplied by bugzilla-openssh at thewrittenword.com
2003-08-29 - (bal) openbsd-compat/ clean up. Considate headers, add in $Id$ on ourBen Lindstrom
files, and added missing license to header.
2003-08-08 - (dtucker) [openbsd-compat/fake-rfc2553.h] Older Linuxes have AI_PASSIVE andDarren Tucker
AI_CANONNAME in netdb.h but not AI_NUMERICHOST, so check each definition separately before defining them.
2003-06-14 - (djm) Update license on fake-rfc2553.[ch]; ok itojun@Damien Miller
2003-06-11Fix typos in comments.Darren Tucker
2003-06-05 - (dtucker) Define EAI_NONAME in fake-rfc2553.h (used by fake-rfc2553.c).Darren Tucker
2003-06-05 - (djm) Merge all the openbsd/fake-* into fake-rfc2553.[ch]Damien Miller