aboutsummaryrefslogtreecommitdiff
path: root/include/libbb.h
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 /include/libbb.h
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 'include/libbb.h')
-rw-r--r--include/libbb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/libbb.h b/include/libbb.h
index 086a59f05..a6229a5e1 100644
--- a/include/libbb.h
+++ b/include/libbb.h
@@ -1037,7 +1037,7 @@ enum {
1037 PARSE_GREEDY = 0x00040000, // last token takes entire remainder of the line 1037 PARSE_GREEDY = 0x00040000, // last token takes entire remainder of the line
1038 PARSE_MIN_DIE = 0x00100000, // die if < min tokens found 1038 PARSE_MIN_DIE = 0x00100000, // die if < min tokens found
1039 // keep a copy of current line 1039 // keep a copy of current line
1040 PARSE_KEEP_COPY = 0x00200000 * ENABLE_DEBUG_CROND_OPTION, 1040 PARSE_KEEP_COPY = 0x00200000 * ENABLE_FEATURE_CROND_D,
1041// PARSE_ESCAPE = 0x00400000, // process escape sequences in tokens 1041// PARSE_ESCAPE = 0x00400000, // process escape sequences in tokens
1042 // NORMAL is: 1042 // NORMAL is:
1043 // * remove leading and trailing delimiters and collapse 1043 // * remove leading and trailing delimiters and collapse