From 0068301d241b64dbde1fdb3e235e740de8eb2646 Mon Sep 17 00:00:00 2001 From: Simon Kelley Date: Mon, 19 Mar 2012 20:29:55 +0000 Subject: [PATCH] Conditional compilation tweak. --- src/dnsmasq.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dnsmasq.h b/src/dnsmasq.h index 88075cc..06f1549 100644 --- a/src/dnsmasq.h +++ b/src/dnsmasq.h @@ -1035,7 +1035,7 @@ void emit_dbus_signal(int action, struct dhcp_lease *lease, char *hostname); #endif /* helper.c */ -#if defined(HAVE_DHCP) && !defined(NO_FORK) +#if defined(HAVE_SCRIPT) int create_helper(int event_fd, int err_fd, uid_t uid, gid_t gid, long max_fd); void helper_write(void); void queue_script(int action, struct dhcp_lease *lease,