diff options
| author | Roy Marples <roy@marples.name> | 2016-07-22 20:59:04 +0000 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2016-07-22 20:59:04 +0000 |
| commit | 5012262fd6a3d7a59c9014a58a094b6cc01850fd (patch) | |
| tree | 71f66cbeffb835c16c67b060c77afb66c2b9d729 /if.h | |
| parent | 66ca918ff743157e3704f4bbc41a41b1ae520bec (diff) | |
| download | dhcpcd-5012262fd6a3d7a59c9014a58a094b6cc01850fd.tar.xz | |
Add initial support for aliased addresses on Solaris.
Diffstat (limited to 'if.h')
| -rw-r--r-- | if.h | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -51,6 +51,12 @@ # endif #endif +#ifndef ALIAS_ADDR +# ifdef __sun +# define ALIAS_ADDR +# endif +#endif + #include "config.h" #include "dhcpcd.h" #include "ipv4.h" |
