aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/libbb.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/libbb.h b/include/libbb.h
index 0933f5385..11d7f27d3 100644
--- a/include/libbb.h
+++ b/include/libbb.h
@@ -1562,7 +1562,11 @@ extern const char bb_path_group_file[];
1562extern const char bb_path_motd_file[]; 1562extern const char bb_path_motd_file[];
1563extern const char bb_path_wtmp_file[]; 1563extern const char bb_path_wtmp_file[];
1564extern const char bb_dev_null[]; 1564extern const char bb_dev_null[];
1565#if ENABLE_PLATFORM_MINGW32
1566#define bb_busybox_exec_path get_busybox_exec_path()
1567#else
1565extern const char bb_busybox_exec_path[]; 1568extern const char bb_busybox_exec_path[];
1569#endif
1566/* util-linux manpage says /sbin:/bin:/usr/sbin:/usr/bin, 1570/* util-linux manpage says /sbin:/bin:/usr/sbin:/usr/bin,
1567 * but I want to save a few bytes here */ 1571 * but I want to save a few bytes here */
1568extern const char bb_PATH_root_path[]; /* "PATH=/sbin:/usr/sbin:/bin:/usr/bin" */ 1572extern const char bb_PATH_root_path[]; /* "PATH=/sbin:/usr/sbin:/bin:/usr/bin" */