Allow wordexp to be used if available
authorEric Andersen <andersen@codepoet.org>
Fri, 9 Mar 2001 19:45:26 +0000 (19:45 -0000)
committerEric Andersen <andersen@codepoet.org>
Fri, 9 Mar 2001 19:45:26 +0000 (19:45 -0000)
lash.c
sh.c
shell/lash.c

diff --git a/lash.c b/lash.c
index b259aa3690005234c4f7cfd14ae73ac18c388c56..34dca04498ae450de535fe22aa61711dc9533caf 100644 (file)
--- a/lash.c
+++ b/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>
diff --git a/sh.c b/sh.c
index b259aa3690005234c4f7cfd14ae73ac18c388c56..34dca04498ae450de535fe22aa61711dc9533caf 100644 (file)
--- a/sh.c
+++ b/sh.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>
index b259aa3690005234c4f7cfd14ae73ac18c388c56..34dca04498ae450de535fe22aa61711dc9533caf 100644 (file)
@@ -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>