size is a concern, you can use the --small configure option to enable
a reduced feature set within dhcpcd.
Currently this just removes non important options out of
-dhcpcd-definitions.conf and removes support for DHCPv6 Prefix Delegation.
+dhcpcd-definitions.conf, the custom logger and
+support for DHCPv6 Prefix Delegation.
Other features maybe dropped as and when required.
If you're cross compiling you may need set the platform if OS is different
* However, this results in a ugly output on the command line
* and relies on syslogd(8) starting before dhcpcd which is not
* always the case. */
+#ifdef SMALL
+# undef USE_LOGFILE
+# define USE_LOGFILE 0
+#endif
#ifndef USE_LOGFILE
# define USE_LOGFILE 1
#endif