diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2008-11-06 00:49:59 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2008-11-06 00:49:59 +0000 |
commit | 35a064b67fc1954b95be06499a514a45c9f2e814 (patch) | |
tree | c3c2690d8c5c112ce744e17a906a860a0c6897d2 /include | |
parent | 202ac504e1addf0aa2debd53e7cd2411cc73ac8c (diff) | |
download | busybox-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')
-rw-r--r-- | include/libbb.h | 2 | ||||
-rw-r--r-- | include/usage.h | 8 |
2 files changed, 5 insertions, 5 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 |
diff --git a/include/usage.h b/include/usage.h index ac62fbf6d..4ee82059e 100644 --- a/include/usage.h +++ b/include/usage.h | |||
@@ -535,13 +535,13 @@ | |||
535 | "\n F Input from file" \ | 535 | "\n F Input from file" \ |
536 | 536 | ||
537 | #define crond_trivial_usage \ | 537 | #define crond_trivial_usage \ |
538 | "-fbS -l N " USE_DEBUG_CROND_OPTION("-d N ") "-L LOGFILE -c DIR" | 538 | "-fbS -l N " USE_FEATURE_CROND_D("-d N ") "-L LOGFILE -c DIR" |
539 | #define crond_full_usage "\n\n" \ | 539 | #define crond_full_usage "\n\n" \ |
540 | " -f Foreground" \ | 540 | " -f Foreground" \ |
541 | "\n -b Background (default)" \ | 541 | "\n -b Background (default)" \ |
542 | "\n -S Log to syslog (default)" \ | 542 | "\n -S Log to syslog (default)" \ |
543 | "\n -l Set log level. 0 is the most verbose, default 8" \ | 543 | "\n -l Set log level. 0 is the most verbose, default 8" \ |
544 | USE_DEBUG_CROND_OPTION( \ | 544 | USE_FEATURE_CROND_D( \ |
545 | "\n -d Set log level, log to stderr" \ | 545 | "\n -d Set log level, log to stderr" \ |
546 | ) \ | 546 | ) \ |
547 | "\n -L Log to file" \ | 547 | "\n -L Log to file" \ |
@@ -4349,7 +4349,7 @@ | |||
4349 | "\n -C,--clientid-none Suppress default client identifier" \ | 4349 | "\n -C,--clientid-none Suppress default client identifier" \ |
4350 | "\n -p,--pidfile=file Create pidfile" \ | 4350 | "\n -p,--pidfile=file Create pidfile" \ |
4351 | "\n -r,--request=IP IP address to request" \ | 4351 | "\n -r,--request=IP IP address to request" \ |
4352 | "\n -s,--script=file Run file at DHCP events (default "CONFIG_DHCPC_DEFAULT_SCRIPT")" \ | 4352 | "\n -s,--script=file Run file at DHCP events (default "CONFIG_UDHCPC_DEFAULT_SCRIPT")" \ |
4353 | "\n -t,--retries=N Send up to N request packets" \ | 4353 | "\n -t,--retries=N Send up to N request packets" \ |
4354 | "\n -T,--timeout=N Try to get a lease for N seconds (default 3)" \ | 4354 | "\n -T,--timeout=N Try to get a lease for N seconds (default 3)" \ |
4355 | "\n -A,--tryagain=N Wait N seconds (default 20) after failure" \ | 4355 | "\n -A,--tryagain=N Wait N seconds (default 20) after failure" \ |
@@ -4378,7 +4378,7 @@ | |||
4378 | "\n -C Suppress default client identifier" \ | 4378 | "\n -C Suppress default client identifier" \ |
4379 | "\n -p file Create pidfile" \ | 4379 | "\n -p file Create pidfile" \ |
4380 | "\n -r IP IP address to request" \ | 4380 | "\n -r IP IP address to request" \ |
4381 | "\n -s file Run file at DHCP events (default "CONFIG_DHCPC_DEFAULT_SCRIPT")" \ | 4381 | "\n -s file Run file at DHCP events (default "CONFIG_UDHCPC_DEFAULT_SCRIPT")" \ |
4382 | "\n -t N Send up to N request packets" \ | 4382 | "\n -t N Send up to N request packets" \ |
4383 | "\n -T N Try to get a lease for N seconds (default 3)" \ | 4383 | "\n -T N Try to get a lease for N seconds (default 3)" \ |
4384 | "\n -A N Wait N seconds (default 20) after failure" \ | 4384 | "\n -A N Wait N seconds (default 20) after failure" \ |