Module Name: src
Committed By: spz
Date: Sun Jul 13 19:37:23 UTC 2014
Modified Files:
src/external/bsd/dhcp/include: config.h
Log Message:
make the comment at the DHCPv6 define less cryptic
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/external/bsd/dhcp/include/config.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/external/bsd/dhcp/include/config.h
diff -u src/external/bsd/dhcp/include/config.h:1.6 src/external/bsd/dhcp/include/config.h:1.7
--- src/external/bsd/dhcp/include/config.h:1.6 Sun Jul 13 14:56:56 2014
+++ src/external/bsd/dhcp/include/config.h Sun Jul 13 19:37:23 2014
@@ -16,7 +16,7 @@
#define DHCP_BYTE_ORDER _BYTE_ORDER
#if 0
-/* From the Makefile */
+/* make it possible to obey USE_INET6=no, define it in the Makefile instead */
/* Define to 1 to include DHCPv6 support. */
#define DHCPv6 1
#endif