aboutsummaryrefslogtreecommitdiff
path: root/networking/udhcp/domain_codec.c
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2008-11-06 00:49:59 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2008-11-06 00:49:59 +0000
commit35a064b67fc1954b95be06499a514a45c9f2e814 (patch)
treec3c2690d8c5c112ce744e17a906a860a0c6897d2 /networking/udhcp/domain_codec.c
parent202ac504e1addf0aa2debd53e7cd2411cc73ac8c (diff)
downloadbusybox-w32-35a064b67fc1954b95be06499a514a45c9f2e814.tar.gz
busybox-w32-35a064b67fc1954b95be06499a514a45c9f2e814.tar.bz2
busybox-w32-35a064b67fc1954b95be06499a514a45c9f2e814.zip
build system: tidying up CONFIG_xxx names (suggested by Rob)
Diffstat (limited to 'networking/udhcp/domain_codec.c')
-rw-r--r--networking/udhcp/domain_codec.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/networking/udhcp/domain_codec.c b/networking/udhcp/domain_codec.c
index 6da4e8d69..6f051c4b0 100644
--- a/networking/udhcp/domain_codec.c
+++ b/networking/udhcp/domain_codec.c
@@ -7,7 +7,7 @@
7 * Licensed under GPLv2 or later, see file LICENSE in this tarball for details. 7 * Licensed under GPLv2 or later, see file LICENSE in this tarball for details.
8 */ 8 */
9 9
10#if ENABLE_FEATURE_RFC3397 10#if ENABLE_FEATURE_UDHCP_RFC3397
11 11
12#include "common.h" 12#include "common.h"
13#include "options.h" 13#include "options.h"
@@ -202,4 +202,4 @@ uint8_t* FAST_FUNC dname_enc(const uint8_t *cstr, int clen, const char *src, int
202 return dname; 202 return dname;
203} 203}
204 204
205#endif /* ENABLE_FEATURE_RFC3397 */ 205#endif /* ENABLE_FEATURE_UDHCP_RFC3397 */