diff options
author | Qing He <qing.he@intel.com> | 2010-11-17 13:55:14 +0800 |
---|---|---|
committer | Saul Wold <Saul.Wold@intel.com> | 2010-11-18 13:30:26 -0800 |
commit | 8afecaa6350be7f7d8331e59bbd584ad35f83003 (patch) | |
tree | d819c521e6153cd8601a1326a0ead44846a60478 /meta/recipes-connectivity/dhcp/dhcp-4.2.0/site.h | |
parent | 7227aafcce68a372170e0fca68b3020387156c02 (diff) | |
download | poky-8afecaa6350be7f7d8331e59bbd584ad35f83003.tar.gz |
dhcp: upgrade to version 4.2.0
from 4.1.1-P1
Signed-off-by: Qing He <qing.he@intel.com>
Diffstat (limited to 'meta/recipes-connectivity/dhcp/dhcp-4.2.0/site.h')
-rw-r--r-- | meta/recipes-connectivity/dhcp/dhcp-4.2.0/site.h | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/meta/recipes-connectivity/dhcp/dhcp-4.2.0/site.h b/meta/recipes-connectivity/dhcp/dhcp-4.2.0/site.h new file mode 100644 index 0000000000..2289554ef3 --- /dev/null +++ b/meta/recipes-connectivity/dhcp/dhcp-4.2.0/site.h | |||
@@ -0,0 +1,21 @@ | |||
1 | /* | ||
2 | * define config file location in ${S}/includes/site.h | ||
3 | * still need to take care of installation path (${sysconfdir}/dhcpd.conf) | ||
4 | * | ||
5 | * 7/22/2010 - qhe | ||
6 | */ | ||
7 | |||
8 | /* Define this if you want DNS update functionality to be available. */ | ||
9 | |||
10 | #define NSUPDATE | ||
11 | |||
12 | /* Define this if you aren't debugging and you want to save memory | ||
13 | (potentially a _lot_ of memory) by allocating leases in chunks rather | ||
14 | than one at a time. */ | ||
15 | |||
16 | #define COMPACT_LEASES | ||
17 | |||
18 | |||
19 | /* local */ | ||
20 | #define _PATH_DHCPD_CONF "/etc/dhcp/dhcpd.conf" | ||
21 | #define _PATH_DHCLIENT_CONF "/etc/dhcp/dhclient.conf" | ||