diff options
| author | Roy Marples <roy@marples.name> | 2007-04-15 17:51:04 +0000 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2007-04-15 17:51:04 +0000 |
| commit | c12527eef4e2523b19f5460770d458c952b724cd (patch) | |
| tree | 2734db8bc15d27e66cf92572059c7b0f8bd52c7c /configure.h | |
| parent | ad70fe2922add6c5220e4f710ba600dd7b80dbd0 (diff) | |
| download | dhcpcd-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.h | 3 |
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" |
