summaryrefslogtreecommitdiff
path: root/common/parse.c
diff options
context:
space:
mode:
authorDavid Hankins <dhankins@isc.org>2008-02-28 21:21:56 +0000
committerDavid Hankins <dhankins@isc.org>2008-02-28 21:21:56 +0000
commit66cebfcb89712e946bb564e88e35f46a7f4e00f4 (patch)
tree436afd0222bf30f1e0894afaef716980d8f355c5 /common/parse.c
parent3004d0a31848daade58e34187289d1fcf3f274aa (diff)
downloadisc-dhcp-66cebfcb89712e946bb564e88e35f46a7f4e00f4.tar.gz
- ./configure was extended to cover many optional build features, such
as failover, server tracing, debugging, and the execute() command. [ISC-Bugs #17678]
Diffstat (limited to 'common/parse.c')
-rw-r--r--common/parse.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/common/parse.c b/common/parse.c
index 041a0de8..eea0925e 100644
--- a/common/parse.c
+++ b/common/parse.c
@@ -2017,13 +2017,15 @@ int parse_executable_statement (result, cfile, lose, case_context)
int *lose;
enum expression_context case_context;
{
+#if defined(ENABLE_EXECUTE)
+ unsigned len;
+ struct expression **ep;
+#endif
enum dhcp_token token;
const char *val;
- unsigned len;
struct class *cta;
struct option *option=NULL;
struct option_cache *cache;
- struct expression **ep;
int known;
int flag;
int i;