diff options
Diffstat (limited to 'include/libbb.h')
-rw-r--r-- | include/libbb.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/include/libbb.h b/include/libbb.h index 482fcce0c..6d6fc28f0 100644 --- a/include/libbb.h +++ b/include/libbb.h | |||
@@ -2360,7 +2360,11 @@ extern const char bb_busybox_exec_path[] ALIGN1; | |||
2360 | #define BB_PATH_ROOT_PATH "PATH=/sbin;/usr/sbin;/bin;/usr/bin" BB_ADDITIONAL_PATH | 2360 | #define BB_PATH_ROOT_PATH "PATH=/sbin;/usr/sbin;/bin;/usr/bin" BB_ADDITIONAL_PATH |
2361 | #define PATH_SEP ';' | 2361 | #define PATH_SEP ';' |
2362 | #define PATH_SEP_STR ";" | 2362 | #define PATH_SEP_STR ";" |
2363 | extern const char bb_skip_ansi_emulation[] ALIGN1; | 2363 | extern const char bbvar[] ALIGN1; |
2364 | #define bbafter(p) (p + sizeof(#p)) | ||
2365 | #define BB_OVERRIDE_APPLETS bbvar | ||
2366 | #define BB_SKIP_ANSI_EMULATION bbafter(BB_OVERRIDE_APPLETS) | ||
2367 | #define BB_SYSTEMROOT bbafter(BB_SKIP_ANSI_EMULATION) | ||
2364 | #endif | 2368 | #endif |
2365 | extern const char bb_PATH_root_path[] ALIGN1; /* BB_PATH_ROOT_PATH */ | 2369 | extern const char bb_PATH_root_path[] ALIGN1; /* BB_PATH_ROOT_PATH */ |
2366 | #define bb_default_root_path (bb_PATH_root_path + sizeof("PATH")) | 2370 | #define bb_default_root_path (bb_PATH_root_path + sizeof("PATH")) |