commit | 3c7361f53aab0d4c6cb3c46218810bda52693fab | [log] [tgz] |
---|---|---|
author | Eric Andersen <andersen@codepoet.org> | Fri Mar 09 19:45:26 2001 +0000 |
committer | Eric Andersen <andersen@codepoet.org> | Fri Mar 09 19:45:26 2001 +0000 |
tree | d14fe3aba8320105b5a9684b59acca19d3c9536e | |
parent | ce89871ff726a42be87d56e2af1f0bd5040b7549 [diff] [blame] |
Allow wordexp to be used if available
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 <unistd.h> #include <getopt.h> -#undef __GLIBC__ -#undef __UCLIBC__ +//#undef __GLIBC__ +//#undef __UCLIBC__ #if ( (__GLIBC__ >= 2) && (__GLIBC_MINOR__ >= 1) ) || defined (__UCLIBC__) #include <wordexp.h>