diff options
author | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2001-03-09 19:45:26 +0000 |
---|---|---|
committer | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2001-03-09 19:45:26 +0000 |
commit | 33113c84a6efea74952720f183f903f043e4e931 (patch) | |
tree | d14fe3aba8320105b5a9684b59acca19d3c9536e /sh.c | |
parent | 39b5995615f83a08de49dbbf30f3674cec59f8a5 (diff) | |
download | busybox-w32-33113c84a6efea74952720f183f903f043e4e931.tar.gz busybox-w32-33113c84a6efea74952720f183f903f043e4e931.tar.bz2 busybox-w32-33113c84a6efea74952720f183f903f043e4e931.zip |
Allow wordexp to be used if available
git-svn-id: svn://busybox.net/trunk/busybox@2024 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'sh.c')
-rw-r--r-- | sh.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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> |