2
0
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:
David Hankins
2008-02-28 21:21:56 +00:00
parent 3004d0a318
commit 66cebfcb89
14 changed files with 96 additions and 37 deletions

View File

@@ -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;