Changeset 83779 in vbox
- Timestamp:
- Apr 17, 2020 10:19:15 PM (5 years ago)
- Location:
- trunk/src/VBox/NetworkServices/Dhcpd
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/NetworkServices/Dhcpd/Makefile.kmk
r82968 r83779 50 50 VBoxNetDHCP_INCS += . $(addprefix ../../Devices/Network/lwip-new/,$(LWIP_INCS)) 51 51 52 ifdef VBOX_WITH_AUTOMATIC_DEFS_QUOTING 53 VBoxNetDHCP_DEFS = KBUILD_TYPE="$(KBUILD_TYPE)" 54 else 52 55 VBoxNetDHCP_DEFS = KBUILD_TYPE=\"$(KBUILD_TYPE)\" 56 endif 53 57 #VBoxNetDHCP_DEFS = IPv6 54 58 #VBoxNetDHCP_DEFS.linux = WITH_VALGRIND -
trunk/src/VBox/NetworkServices/Dhcpd/VBoxNetDhcpd.cpp
r82968 r83779 70 70 } 71 71 72 #include < string>72 #include <iprt/sanitized/string> 73 73 #include <vector> 74 74 #include <memory>
Note:
See TracChangeset
for help on using the changeset viewer.