summaryrefslogtreecommitdiffstats
path: root/configure.h
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2007-05-10 09:39:26 +0000
committerRoy Marples <roy@marples.name>2007-05-10 09:39:26 +0000
commit4549f7a4ddb698e3023816909f4899b6dc771904 (patch)
tree0d76fe86bf8190d8bf4922a4a6de66fd05632a7a /configure.h
parent233ad2c3cee34e1dd2e0f0e9ecf8e24034b1f739 (diff)
downloaddhcpcd-4549f7a4ddb698e3023816909f4899b6dc771904.tar.xz
config.h now has the compile time options, instead of being dotted around.
Added -E option, which reads the last info file and uses the information there if we timeout and the lease is still valid, thanks to Roberto Angelino.
Diffstat (limited to 'configure.h')
-rw-r--r--configure.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/configure.h b/configure.h
index ac4eb2e3..ddc709f9 100644
--- a/configure.h
+++ b/configure.h
@@ -22,16 +22,6 @@
#ifndef DHCPCONFIG_H
#define DHCPCONFIG_H
-/* If you disable all 3 options you can shrink the binary by around 5-10k
- unstripped depending on platform and CFLAGS
- */
-#define ENABLE_NTP
-#define ENABLE_NIS
-#define ENABLE_INFO
-
-/* Define this to enable some compatability with 1.x and 2.x info files */
-// #define ENABLE_INFO_COMPAT
-
#include "dhcpcd.h"
#include "interface.h"
#include "dhcp.h"