summaryrefslogtreecommitdiff
path: root/libc/option-groups.def
diff options
context:
space:
mode:
authorjimb <jimb@7b3dc134-2b1b-0410-93df-9e9f96275f8d>2007-08-11 08:13:20 +0000
committerjimb <jimb@7b3dc134-2b1b-0410-93df-9e9f96275f8d>2007-08-11 08:13:20 +0000
commit0411f020915bca3c81237a4380659effccf4d693 (patch)
tree3e6ce898912ccaf28270cb49ecf46e7037f1a943 /libc/option-groups.def
parent5e9ab008752a23402b5f6b99fcfff14b5f0b1fa5 (diff)
downloadeglibc2-0411f020915bca3c81237a4380659effccf4d693.tar.gz
Implement the OPTION_EGLIBC_ENVZ option group.
* option-groups.def (OPTION_EGLIBC_ENVZ): New entry. * option-groups.defaults (OPTION_EGLIBC_ENVZ): Initialize * string/Makefile (routines, tests): Put the envz routines and the bug-envz1 test in the group. git-svn-id: svn://svn.eglibc.org/trunk@3118 7b3dc134-2b1b-0410-93df-9e9f96275f8d
Diffstat (limited to 'libc/option-groups.def')
-rw-r--r--libc/option-groups.def17
1 files changed, 16 insertions, 1 deletions
diff --git a/libc/option-groups.def b/libc/option-groups.def
index 7b33138e5..9e862a161 100644
--- a/libc/option-groups.def
+++ b/libc/option-groups.def
@@ -114,7 +114,22 @@ config OPTION_EGLIBC_CHARSETS
WCHAR_T - EGLIBC's internal form (target-endian,
32-bit ISO 10646)
-
+
+config OPTION_EGLIBC_ENVZ
+ bool "Functions for handling envz-style environment vectors."
+ help
+ This option group contains functions for creating and operating
+ on envz vectors. An "envz vector" is a vector of strings in a
+ contiguous block of memory, where each element is a name-value
+ pair, and elements are separated from their neighbors by null
+ characters.
+
+ This option group includes the following functions:
+
+ envz_add envz_merge
+ envz_entry envz_remove
+ envz_get envz_strip
+
config OPTION_EGLIBC_INET
bool "Networking support"
help