浏览代码

Reluctantly add wordexp()

Eric Andersen 22 年之前
父节点
当前提交
bf499c9dde
共有 1 个文件被更改,包括 12 次插入0 次删除
  1. 12 0
      extra/Configs/Config.in

+ 12 - 0
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
 	  Of course, if you only staticly link, leave this on, since it will
 	  only be included in your apps if you use regular expressions.
 	  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
 config UNIX98PTY_ONLY
 	bool "Support only Unix 98 PTYs"
 	bool "Support only Unix 98 PTYs"
 	default y
 	default y