From 3c7361f53aab0d4c6cb3c46218810bda52693fab Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Fri, 9 Mar 2001 19:45:26 +0000 Subject: Allow wordexp to be used if available --- lash.c | 4 ++-- sh.c | 4 ++-- shell/lash.c | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) 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 -- cgit v1.2.3