summaryrefslogtreecommitdiffstats
path: root/config.h
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2008-09-05 13:12:35 +0000
committerRoy Marples <roy@marples.name>2008-09-05 13:12:35 +0000
commitf6de5860b6c6a47c21d09ee4203895f182c01eaa (patch)
tree92744ef6e22857713422dcf2ae731911a5e451f0 /config.h
parent99d755f98fbd68ea54a199f5ce27516e37108cd1 (diff)
downloaddhcpcd-f6de5860b6c6a47c21d09ee4203895f182c01eaa.tar.xz
As our logger calls emulate syslog, we can use %m. However, this means we have to convert it for printf as POSIX does not require that printf supports it. This also means we drop -pedantic from our GCC flags.
Diffstat (limited to 'config.h')
-rw-r--r--config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.h b/config.h
index 7315fa02..5830b02f 100644
--- a/config.h
+++ b/config.h
@@ -37,7 +37,7 @@
* Ideally the host network scripts should add the link local route for us.
* If not, you can define this to get dhcpcd to always add the link local route.
*/
-// #define IPV4LL_ALWAYSROUTE
+/* #define IPV4LL_ALWAYSROUTE */
/* Some systems do not have a working fork. */
/* #define THERE_IS_NO_FORK */