aboutsummaryrefslogtreecommitdiff
path: root/sh.c
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2001-03-09 19:45:26 +0000
committerEric Andersen <andersen@codepoet.org>2001-03-09 19:45:26 +0000
commit3c7361f53aab0d4c6cb3c46218810bda52693fab (patch)
treed14fe3aba8320105b5a9684b59acca19d3c9536e /sh.c
parentce89871ff726a42be87d56e2af1f0bd5040b7549 (diff)
downloadbusybox-w32-3c7361f53aab0d4c6cb3c46218810bda52693fab.tar.gz
busybox-w32-3c7361f53aab0d4c6cb3c46218810bda52693fab.tar.bz2
busybox-w32-3c7361f53aab0d4c6cb3c46218810bda52693fab.zip
Allow wordexp to be used if available
Diffstat (limited to 'sh.c')
-rw-r--r--sh.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sh.c b/sh.c
index b259aa369..34dca0449 100644
--- a/sh.c
+++ b/sh.c
@@ -61,8 +61,8 @@
61#include <unistd.h> 61#include <unistd.h>
62#include <getopt.h> 62#include <getopt.h>
63 63
64#undef __GLIBC__ 64//#undef __GLIBC__
65#undef __UCLIBC__ 65//#undef __UCLIBC__
66 66
67#if ( (__GLIBC__ >= 2) && (__GLIBC_MINOR__ >= 1) ) || defined (__UCLIBC__) 67#if ( (__GLIBC__ >= 2) && (__GLIBC_MINOR__ >= 1) ) || defined (__UCLIBC__)
68#include <wordexp.h> 68#include <wordexp.h>