Allow wordexp to be used if available
This commit is contained in:
parent
ce89871ff7
commit
3c7361f53a
4
lash.c
4
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>
|
||||
|
4
sh.c
4
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>
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user