diff options
Diffstat (limited to 'config.h.in')
| -rw-r--r-- | config.h.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in index 15823ea9..f3c90986 100644 --- a/config.h.in +++ b/config.h.in @@ -332,6 +332,12 @@ /* Define if you want connectivity checking support */ #undef WITH_CONCHECK +/* Build with ifcfg-rh settings plugin */ +#undef WITH_CONFIG_PLUGIN_IFCFG_RH + +/* Build with ifupdown settings plugin */ +#undef WITH_CONFIG_PLUGIN_IFUPDOWN + /* Define if you have dhclient */ #undef WITH_DHCLIENT |