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
8fb273bb
Commit
8fb273bb
authored
May 18, 2015
by
Francis Dupont
Browse files
[3870] protect OPTIONAL against a #define in system headers
parent
95750a3a
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/bin/dhcp4/dhcp4_srv.h
View file @
8fb273bb
...
...
@@ -33,6 +33,10 @@
#include
<iostream>
#include
<queue>
#ifdef OPTIONAL
#undef OPTIONAL
#endif
namespace
isc
{
namespace
dhcp
{
...
...
src/bin/dhcp6/dhcp6_srv.h
View file @
8fb273bb
...
...
@@ -32,6 +32,10 @@
#include
<iostream>
#include
<queue>
#ifdef OPTIONAL
#undef OPTIONAL
#endif
namespace
isc
{
namespace
dhcp
{
...
...
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