summaryrefslogtreecommitdiffstats
path: root/net.h
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2008-07-04 13:02:33 +0000
committerRoy Marples <roy@marples.name>2008-07-04 13:02:33 +0000
commitb953fded8ba0795e58a6a49b8cd4ecccce1ca2c8 (patch)
tree0b26d1f228ff9d6f6e76a3ad63136fd60fac27c2 /net.h
parent4b8e7d3f26b2ce7dc53b519388b60b761783a633 (diff)
downloaddhcpcd-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.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/net.h b/net.h
index 5f98b526..0be56cf5 100644
--- a/net.h
+++ b/net.h
@@ -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