Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
dhcp
Commits
1bddf26a
Commit
1bddf26a
authored
Apr 07, 2000
by
Ted Lemon
Browse files
Don't define HAVE_SIOCGIFHWADDR except on Linux.
parent
05af5898
Changes
2
Show whitespace changes
Inline
Side-by-side
includes/cf/linux.h
View file @
1bddf26a
...
...
@@ -137,6 +137,10 @@ extern int h_errno;
# define HAVE_SETFD
#endif
#if defined (SIOCGIFHWADDR) && !defined (HAVE_SIOCGIFHWADDR)
# define HAVE_SIOCGIFHWADDR
#endif
#if !defined (USE_LPF)
# if defined (USE_DEFAULT_NETWORK)
# define USE_SOCKETS
...
...
includes/osdep.h
View file @
1bddf26a
...
...
@@ -296,10 +296,6 @@
# define HAVE_SO_BINDTODEVICE
#endif
#if defined (SIOCGIFHWADDR) && !defined (HAVE_SIOCGIFHWADDR)
# define HAVE_SIOCGIFHWADDR
#endif
#if defined (AF_LINK) && !defined (HAVE_AF_LINK)
# define HAVE_AF_LINK
#endif
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment