summaryrefslogtreecommitdiffstats
path: root/config.h
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2008-01-16 14:32:35 +0000
committerRoy Marples <roy@marples.name>2008-01-16 14:32:35 +0000
commit1fe2d190cfa6a558e88d170e883654a52626c342 (patch)
tree76895a46ebcf94834496fa6b3f6f401ab2e4cf3a /config.h
parent7ed0e14de0b62127ab32344e88e538ea3be4643f (diff)
downloaddhcpcd-1fe2d190cfa6a558e88d170e883654a52626c342.tar.xz
We now work with C90 compilers, so no need to enforce C99.
Diffstat (limited to 'config.h')
-rw-r--r--config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.h b/config.h
index d7e526ce..35fabe23 100644
--- a/config.h
+++ b/config.h
@@ -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. */