Compile option string: show script-support independent of DHCP.

This commit is contained in:
Simon Kelley
2017-04-16 20:38:22 +01:00
parent c77fb9d8f0
commit a93b02e321

View File

@@ -409,6 +409,7 @@ static char *compile_opts =
"no-" "no-"
# endif # endif
"DHCPv6 " "DHCPv6 "
#endif
#if !defined(HAVE_SCRIPT) #if !defined(HAVE_SCRIPT)
"no-scripts " "no-scripts "
#else #else
@@ -417,7 +418,6 @@ static char *compile_opts =
# endif # endif
"Lua " "Lua "
#endif #endif
#endif
#ifndef HAVE_TFTP #ifndef HAVE_TFTP
"no-" "no-"
#endif #endif