Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Sebastian Schrader
Kea
Commits
a2c740a8
Commit
a2c740a8
authored
Jun 23, 2015
by
Francis Dupont
Browse files
[3870] Added a comment to explain the guard
parent
8fb273bb
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/bin/dhcp4/dhcp4_srv.h
View file @
a2c740a8
...
...
@@ -33,6 +33,10 @@
#include
<iostream>
#include
<queue>
// Undefine the macro OPTIONAL which is defined in some operating
// systems but conflicts with a member of the RequirementLevel enum in
// the server class.
#ifdef OPTIONAL
#undef OPTIONAL
#endif
...
...
src/bin/dhcp6/dhcp6_srv.h
View file @
a2c740a8
...
...
@@ -32,6 +32,10 @@
#include
<iostream>
#include
<queue>
// Undefine the macro OPTIONAL which is defined in some operating
// systems but conflicts with a member of the RequirementLevel enum in
// the server class.
#ifdef OPTIONAL
#undef OPTIONAL
#endif
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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