diff options
| author | Roy Marples <roy@marples.name> | 2008-07-04 13:02:33 +0000 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2008-07-04 13:02:33 +0000 |
| commit | b953fded8ba0795e58a6a49b8cd4ecccce1ca2c8 (patch) | |
| tree | 0b26d1f228ff9d6f6e76a3ad63136fd60fac27c2 /config.h | |
| parent | 4b8e7d3f26b2ce7dc53b519388b60b761783a633 (diff) | |
| download | dhcpcd-b953fded8ba0795e58a6a49b8cd4ecccce1ca2c8.tar.xz | |
Remove ENABLE_DUID and introduce MINIMAL, which removes all non essential userland options, knocking around 6k off the binary size.
Diffstat (limited to 'config.h')
| -rw-r--r-- | config.h | 13 |
1 files changed, 0 insertions, 13 deletions
@@ -42,9 +42,6 @@ # ifndef DISABLE_IPV4LL # define DISABLE_IPV4LL # endif -# ifndef DISABLE_DUID -# define DISABLE_DUID -# endif #endif /* Enable ARP by default. */ @@ -52,16 +49,6 @@ # define ENABLE_ARP #endif -/* Allow dhcpcd to create a DUID (LLT) and use it to make an IAID for the - * ClientID. Even enabled here, we need a config directive to actually use it - * so this toggle is just to remove it from dhcpcd to make the binary smaller. - * You can always create your own DUID file that just contains the - * hex string that represents the DUID. - * See RFC 3315 for details on this. */ -#ifndef DISABLE_DUID -# define ENABLE_DUID -#endif - /* IPV4LL, aka ZeroConf, aka APIPA, aka RFC 3927. * Needs ARP. */ #ifndef DISABLE_IPV4LL |
