diff options
-rw-r--r-- | lash.c | 4 | ||||
-rw-r--r-- | sh.c | 4 | ||||
-rw-r--r-- | shell/lash.c | 4 |
3 files changed, 6 insertions, 6 deletions
@@ -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> @@ -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> 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 <unistd.h> #include <getopt.h> -#undef __GLIBC__ -#undef __UCLIBC__ +//#undef __GLIBC__ +//#undef __UCLIBC__ #if ( (__GLIBC__ >= 2) && (__GLIBC_MINOR__ >= 1) ) || defined (__UCLIBC__) #include <wordexp.h> |