mirror of
https://gitlab.isc.org/isc-projects/dhcp
synced 2025-08-31 14:25:41 +00:00
- ./configure was extended to cover many optional build features, such
as failover, server tracing, debugging, and the execute() command. [ISC-Bugs #17678]
This commit is contained in:
@@ -729,8 +729,10 @@ void write_statements (file, statements, indent)
|
||||
struct executable_statement *statements;
|
||||
int indent;
|
||||
{
|
||||
struct executable_statement *r, *x;
|
||||
#if defined ENABLE_EXECUTE
|
||||
struct expression *expr;
|
||||
#endif
|
||||
struct executable_statement *r, *x;
|
||||
const char *s, *t, *dot;
|
||||
int col;
|
||||
|
||||
|
Reference in New Issue
Block a user