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 /net.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 'net.h')
| -rw-r--r-- | net.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -40,11 +40,9 @@ #include "config.h" -#ifdef ENABLE_DUID #ifndef DUID_LEN # define DUID_LEN 128 + 2 #endif -#endif #define EUI64_ADDR_LEN 8 #define INFINIBAND_ADDR_LEN 20 |
