aboutsummaryrefslogtreecommitdiff
path: root/include/libbb.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/libbb.h')
-rw-r--r--include/libbb.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/libbb.h b/include/libbb.h
index a4eebab99..1200e636a 100644
--- a/include/libbb.h
+++ b/include/libbb.h
@@ -1330,6 +1330,9 @@ int find_preferred_applet_by_name(const char *name) FAST_FUNC;
1330int is_applet_preferred(const char *name) FAST_FUNC; 1330int is_applet_preferred(const char *name) FAST_FUNC;
1331# if ENABLE_PLATFORM_MINGW32 && \ 1331# if ENABLE_PLATFORM_MINGW32 && \
1332 (ENABLE_FEATURE_PREFER_APPLETS || ENABLE_FEATURE_SH_STANDALONE) 1332 (ENABLE_FEATURE_PREFER_APPLETS || ENABLE_FEATURE_SH_STANDALONE)
1333# if ENABLE_ASH
1334extern const char *ash_path;
1335# endif
1333# define find_applet_by_name(n) find_preferred_applet_by_name(n) 1336# define find_applet_by_name(n) find_preferred_applet_by_name(n)
1334# else 1337# else
1335# define is_applet_preferred(n) (1) 1338# define is_applet_preferred(n) (1)