From f0ec293fee4f149e0234d0bfccdd6189145370e8 Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Thu, 31 Oct 2013 16:19:05 +0100 Subject: initial commit --- config.def.h | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 config.def.h (limited to 'config.def.h') diff --git a/config.def.h b/config.def.h new file mode 100644 index 0000000..367f05c --- /dev/null +++ b/config.def.h @@ -0,0 +1,20 @@ +/* + * (C) 2013 by Christian Hesse + * + * This software may be used and distributed according to the terms + * of the GNU General Public License, incorporated herein by reference. + */ + +#ifndef _CONFIG_H +#define _CONFIG_H + +/* use this for domain if gethostbyname() fails */ +#define FALLBACKDOMAIN "localdomain" + +/* pathes for config file, first is read, second is written */ +#define CONFIG_TEMPLATE "/etc/dyndhcpd/dhcpd.conf" +#define CONFIG_OUTPUT "/tmp/dhcpd_%s.conf" + +#endif /* _CONFIG_H */ + +// vim: set syntax=c: -- cgit v1.2.3-54-g00ecf