summaryrefslogtreecommitdiffstats
path: root/configure.h
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2007-04-15 17:51:04 +0000
committerRoy Marples <roy@marples.name>2007-04-15 17:51:04 +0000
commitc12527eef4e2523b19f5460770d458c952b724cd (patch)
tree2734db8bc15d27e66cf92572059c7b0f8bd52c7c /configure.h
parentad70fe2922add6c5220e4f710ba600dd7b80dbd0 (diff)
downloaddhcpcd-c12527eef4e2523b19f5460770d458c952b724cd.tar.xz
Remove gateways from the ROUTES and add to GATEWAYS
define #INFO_COMPAT if you wish your .info file to add support for some old 1.x and 2.x structure.
Diffstat (limited to 'configure.h')
-rw-r--r--configure.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.h b/configure.h
index 1daa07d3..99e62c9d 100644
--- a/configure.h
+++ b/configure.h
@@ -29,6 +29,9 @@
#define ENABLE_NIS
#define ENABLE_INFO
+/* Define this to enable some compatability with 1.x and 2.x info files */
+// #define INFO_COMPAT
+
#include "dhcpcd.h"
#include "interface.h"
#include "dhcp.h"