diff options
author | Chris Hall <chris.hall@highwayman.com> | 2011-09-05 13:28:20 +0100 |
---|---|---|
committer | Chris Hall <chris.hall@highwayman.com> | 2011-09-05 13:28:20 +0100 |
commit | 2d480d4acf9bb0881a192f8ad181ca736fd0f4b2 (patch) | |
tree | 750e53d8447bb253c90b67687e0999f159e6ed36 /lib/misc.h | |
parent | 1bc859b342e415a4c7de2956a6b5fd732923d9da (diff) | |
download | quagga-2d480d4acf9bb0881a192f8ad181ca736fd0f4b2.tar.bz2 quagga-2d480d4acf9bb0881a192f8ad181ca736fd0f4b2.tar.xz |
Work around issues with IPV6_MINHOPCOUNT -- -DNO_LINUX_IN6_H
On GNU_LINUX IPV6_MINHOPCOUNT is defined in linux/in6.h. Unfortunately,
that will not always compile due to clashes with netinet/in.h !! So,
as a work-around -DNO_LINUX_IN6_H disables the inclusion of
linux/in6.h -- which avoids the compilation issue, but turns off
IPV6_MINHOPCOUNT.
Diffstat (limited to 'lib/misc.h')
0 files changed, 0 insertions, 0 deletions