summaryrefslogtreecommitdiff
path: root/libc/option-groups.def
diff options
context:
space:
mode:
authorjimb <jimb@7b3dc134-2b1b-0410-93df-9e9f96275f8d>2007-08-21 05:05:55 +0000
committerjimb <jimb@7b3dc134-2b1b-0410-93df-9e9f96275f8d>2007-08-21 05:05:55 +0000
commitf10575db5ca499a9845de384aa69e5c8ccdc4520 (patch)
treea03746dbf09ec8d4482869e1e150ce8ed3c1c43f /libc/option-groups.def
parent92adad619222374ea22126bc6786d344df1c6ae0 (diff)
downloadeglibc2-f10575db5ca499a9845de384aa69e5c8ccdc4520.tar.gz
Implement the OPTION_EGLIBC_ADVANCED_INET6 option group.
* option-groups.def (OPTION_EGLIBC_ADVANCED_INET6): New entry. * option-groups.defaults (OPTION_EGLIBC_ADVANCED_INET6): Initialize. * inet/Makefile (routines): Put inet6_option, inet6_opt, and inet6_rth in the group. (tests): Put test-inet6_opt in the option group. git-svn-id: svn://svn.eglibc.org/trunk@3218 7b3dc134-2b1b-0410-93df-9e9f96275f8d
Diffstat (limited to 'libc/option-groups.def')
-rw-r--r--libc/option-groups.def30
1 files changed, 30 insertions, 0 deletions
diff --git a/libc/option-groups.def b/libc/option-groups.def
index 1eeef384d..fa3e7fbfe 100644
--- a/libc/option-groups.def
+++ b/libc/option-groups.def
@@ -41,6 +41,36 @@
# although this simply reestablishes the value already set by
# 'option-groups.defaults'.
+config OPTION_EGLIBC_ADVANCED_INET6
+ bool "IPv6 Advanced Sockets API support (RFC3542)"
+ depends OPTION_EGLIBC_INET
+ help
+ This option group includes the functions specified by RFC 3542,
+ "Advanced Sockets Application Program Interface (API) for
+ IPv6".
+
+ This option group includes the following functions:
+
+ inet6_opt_append
+ inet6_opt_find
+ inet6_opt_finish
+ inet6_opt_get_val
+ inet6_opt_init
+ inet6_option_alloc
+ inet6_option_append
+ inet6_option_find
+ inet6_option_init
+ inet6_option_next
+ inet6_option_space
+ inet6_opt_next
+ inet6_opt_set_val
+ inet6_rth_add
+ inet6_rth_getaddr
+ inet6_rth_init
+ inet6_rth_reverse
+ inet6_rth_segments
+ inet6_rth_space
+
config OPTION_EGLIBC_CATGETS
bool "Functions for accessing message catalogs"
depends OPTION_EGLIBC_LOCALE_CODE