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 --- shell/lash.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'shell') diff --git a/shell/lash.c b/shell/lash.c index b259aa3..34dca04 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.1