diff options
| author | Roy Marples <roy@marples.name> | 2008-09-05 13:12:35 +0000 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2008-09-05 13:12:35 +0000 |
| commit | f6de5860b6c6a47c21d09ee4203895f182c01eaa (patch) | |
| tree | 92744ef6e22857713422dcf2ae731911a5e451f0 /config.h | |
| parent | 99d755f98fbd68ea54a199f5ce27516e37108cd1 (diff) | |
| download | dhcpcd-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.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 */ |
