diff options
| author | Roy Marples <roy@marples.name> | 2008-01-16 14:32:35 +0000 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2008-01-16 14:32:35 +0000 |
| commit | 1fe2d190cfa6a558e88d170e883654a52626c342 (patch) | |
| tree | 76895a46ebcf94834496fa6b3f6f401ab2e4cf3a /config.h | |
| parent | 7ed0e14de0b62127ab32344e88e538ea3be4643f (diff) | |
| download | dhcpcd-1fe2d190cfa6a558e88d170e883654a52626c342.tar.xz | |
We now work with C90 compilers, so no need to enforce C99.
Diffstat (limited to 'config.h')
| -rw-r--r-- | config.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -17,7 +17,7 @@ #define ENABLE_NIS #define ENABLE_INFO /* Define this to enable some compatability with 1.x and 2.x info files */ -// #define ENABLE_INFO_COMPAT +/* #define ENABLE_INFO_COMPAT */ /* IPV4LL, aka ZeroConf, aka APIPA, aka RFC 3927. * Needs ARP. */ @@ -35,7 +35,7 @@ /* Some systems do not have a working fork. * The Makefile will attempt to work it out, but if it fails to feel free to * define it here. */ -// #define THERE_IS_NO_FORK +/* #define THERE_IS_NO_FORK */ /* Packname name and pathname definitions. */ |
