From: Eric Andersen Date: Fri, 9 Mar 2001 19:45:26 +0000 (-0000) Subject: Allow wordexp to be used if available X-Git-Tag: 0_50~80 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=3c7361f53aab0d4c6cb3c46218810bda52693fab;p=oweals%2Fbusybox.git Allow wordexp to be used if available --- diff --git a/lash.c b/lash.c index b259aa369..34dca0449 100644 --- a/lash.c +++ b/lash.c @@ -61,8 +61,8 @@ #include #include -#undef __GLIBC__ -#undef __UCLIBC__ +//#undef __GLIBC__ +//#undef __UCLIBC__ #if ( (__GLIBC__ >= 2) && (__GLIBC_MINOR__ >= 1) ) || defined (__UCLIBC__) #include diff --git a/sh.c b/sh.c index b259aa369..34dca0449 100644 --- a/sh.c +++ b/sh.c @@ -61,8 +61,8 @@ #include #include -#undef __GLIBC__ -#undef __UCLIBC__ +//#undef __GLIBC__ +//#undef __UCLIBC__ #if ( (__GLIBC__ >= 2) && (__GLIBC_MINOR__ >= 1) ) || defined (__UCLIBC__) #include diff --git a/shell/lash.c b/shell/lash.c index b259aa369..34dca0449 100644 --- a/shell/lash.c +++ b/shell/lash.c @@ -61,8 +61,8 @@ #include #include -#undef __GLIBC__ -#undef __UCLIBC__ +//#undef __GLIBC__ +//#undef __UCLIBC__ #if ( (__GLIBC__ >= 2) && (__GLIBC_MINOR__ >= 1) ) || defined (__UCLIBC__) #include