aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lash.c5
-rw-r--r--sh.c5
-rw-r--r--shell/lash.c5
3 files changed, 15 insertions, 0 deletions
diff --git a/lash.c b/lash.c
index a3003abea..bb833ea2f 100644
--- a/lash.c
+++ b/lash.c
@@ -65,6 +65,11 @@
65#include <unistd.h> 65#include <unistd.h>
66#include <getopt.h> 66#include <getopt.h>
67 67
68// fix compile with uClibc (which does #define index strchr) -andy
69#ifdef index
70#undef index
71#endif
72
68#undef BB_FEATURE_SH_WORDEXP 73#undef BB_FEATURE_SH_WORDEXP
69 74
70#if BB_FEATURE_SH_WORDEXP 75#if BB_FEATURE_SH_WORDEXP
diff --git a/sh.c b/sh.c
index a3003abea..bb833ea2f 100644
--- a/sh.c
+++ b/sh.c
@@ -65,6 +65,11 @@
65#include <unistd.h> 65#include <unistd.h>
66#include <getopt.h> 66#include <getopt.h>
67 67
68// fix compile with uClibc (which does #define index strchr) -andy
69#ifdef index
70#undef index
71#endif
72
68#undef BB_FEATURE_SH_WORDEXP 73#undef BB_FEATURE_SH_WORDEXP
69 74
70#if BB_FEATURE_SH_WORDEXP 75#if BB_FEATURE_SH_WORDEXP
diff --git a/shell/lash.c b/shell/lash.c
index a3003abea..bb833ea2f 100644
--- a/shell/lash.c
+++ b/shell/lash.c
@@ -65,6 +65,11 @@
65#include <unistd.h> 65#include <unistd.h>
66#include <getopt.h> 66#include <getopt.h>
67 67
68// fix compile with uClibc (which does #define index strchr) -andy
69#ifdef index
70#undef index
71#endif
72
68#undef BB_FEATURE_SH_WORDEXP 73#undef BB_FEATURE_SH_WORDEXP
69 74
70#if BB_FEATURE_SH_WORDEXP 75#if BB_FEATURE_SH_WORDEXP