diff options
| author | Eric Andersen <andersen@codepoet.org> | 2003-08-24 05:55:50 +0000 | 
|---|---|---|
| committer | Eric Andersen <andersen@codepoet.org> | 2003-08-24 05:55:50 +0000 | 
| commit | bf499c9dde2a252beed1c4c739d823fc182d104e (patch) | |
| tree | 76643ca2335bb6b87aee274e7b6fbf90e8b432c3 | |
| parent | f3679a2f8168d6f9c66763a7841366f51504bbe3 (diff) | |
| download | uClibc-alpine-bf499c9dde2a252beed1c4c739d823fc182d104e.tar.bz2 uClibc-alpine-bf499c9dde2a252beed1c4c739d823fc182d104e.tar.xz | |
Reluctantly add wordexp()
| -rw-r--r-- | extra/Configs/Config.in | 12 | 
1 files changed, 12 insertions, 0 deletions
| diff --git a/extra/Configs/Config.in b/extra/Configs/Config.in index f77a4e4b5..b481d2676 100644 --- a/extra/Configs/Config.in +++ b/extra/Configs/Config.in @@ -245,6 +245,18 @@ config UCLIBC_HAS_REGEX  	  Of course, if you only staticly link, leave this on, since it will  	  only be included in your apps if you use regular expressions. +config UCLIBC_HAS_WORDEXP +	bool "Support the wordexp() interface" +	default n +	help +	  The SuSv3 wordexp() interface performs word expansions per the  Shell +	  and Utilities volume of IEEE Std 1003.1-2001, Section 2.6.  It is +	  intended for use by applications that want to implement all of the +	  standard Bourne shell expansions on input data. + +	  This interface is rarely used, and very large.  Unless you have a +	  pressing need for wordexp(), you should probably answer N. +  config UNIX98PTY_ONLY  	bool "Support only Unix 98 PTYs"  	default y | 
