summaryrefslogtreecommitdiff
path: root/netifd.h
diff options
context:
space:
mode:
Diffstat (limited to 'netifd.h')
-rw-r--r--netifd.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/netifd.h b/netifd.h
index aa04c51..d034e7a 100644
--- a/netifd.h
+++ b/netifd.h
@@ -16,11 +16,14 @@
#ifdef DUMMY_MODE
#define DEFAULT_MAIN_PATH "./dummy"
#define DEFAULT_HOTPLUG_PATH "./scripts/hotplug-cmd"
+#define DEFAULT_RESOLV_CONF "./tmp/resolv.conf"
#else
#define DEFAULT_MAIN_PATH "/lib/netifd"
#define DEFAULT_HOTPLUG_PATH "/sbin/hotplug-cmd"
+#define DEFAULT_RESOLV_CONF "/tmp/resolv.conf.auto"
#endif
+extern const char *resolv_conf;
extern char *hotplug_cmd_path;
extern unsigned int debug_mask;