openflow build environment setup
This commit is contained in:
14
openflow/include/click/cxxunprotect.h
Normal file
14
openflow/include/click/cxxunprotect.h
Normal file
@ -0,0 +1,14 @@
|
||||
#ifdef __cplusplus
|
||||
# undef new
|
||||
# undef this
|
||||
# undef delete
|
||||
# undef class
|
||||
# undef virtual
|
||||
# undef typename
|
||||
# undef protected
|
||||
# undef public
|
||||
# undef namespace
|
||||
# undef false
|
||||
# undef true
|
||||
#endif
|
||||
#undef CLICK_CXX_PROTECTED
|
||||
Reference in New Issue
Block a user