aboutsummaryrefslogtreecommitdiff
path: root/common.h
AgeCommit message (Collapse)Author
2010-08-06102_libc6-2.9-fixes.diff from the Debian package version 20080615-8:Jeremie Corbier
"Fixes for recent libc releases." [ignoring changes to the build generated cftoken.c file] Signed-off-by: Bjørn Mork <bjorn@mork.no>
2010-08-06supported script execution for dhcp6relay (contributed by Bruno STEVANT)SUZUKI, Shinsuke
2010-08-06introduced a HAVE_SA_LEN macro to support OSes (other than linux) without ↵SUZUKI, Shinsuke
length field in sockaddr_*
2006-09-02added a configure check routine to automatically detect a difference(*1) inSUZUKI, Shinsuke
TAILQ_FOREACH_REVERSE macros. (Suggested by Brute STEVANT) *1) Some OS (*BSD) adopts the following definition, #define TAILQ_FOREACH_REVERSE(var, head, headname, field) but others (MacOS-X, old OpenBSD) adopts the following definition #define TAILQ_FOREACH_REVERSE(var, head, field, headname)
2006-03-08fixed a compilation failure on linuxSUZUKI, Shinsuke
2006-03-08added some missing queue-management macros to make it compilable on linuxSUZUKI, Shinsuke
2005-12-01imported KAME-DHCPv6 snapshot at 20051201KAME_20051201SUZUKI, Shinsuke