summaryrefslogtreecommitdiff
path: root/libc/option-groups.def
diff options
context:
space:
mode:
authorjimb <jimb@7b3dc134-2b1b-0410-93df-9e9f96275f8d>2007-09-04 15:33:28 +0000
committerjimb <jimb@7b3dc134-2b1b-0410-93df-9e9f96275f8d>2007-09-04 15:33:28 +0000
commitbaa0d1e58fa0e7a733cd8d8227e7e842ac920754 (patch)
treecf3b27e12c715e67eaab77a5646a4726e041975b /libc/option-groups.def
parent47cbe3bd4a1faeef23b636006f029be80d7eb8e0 (diff)
downloadeglibc2-baa0d1e58fa0e7a733cd8d8227e7e842ac920754.tar.gz
Implement the OPTION_EGLIBC_STREAMS option group.
* option-groups.def (OPTION_EGLIBC_STREAMS): New entry. * option-groups.defaults (OPTION_EGLIBC_STREAMS): Initialize. * streams/Makefile (routines): Put all routines in the group. git-svn-id: svn://svn.eglibc.org/trunk@3376 7b3dc134-2b1b-0410-93df-9e9f96275f8d
Diffstat (limited to 'libc/option-groups.def')
-rw-r--r--libc/option-groups.def16
1 files changed, 16 insertions, 0 deletions
diff --git a/libc/option-groups.def b/libc/option-groups.def
index 0800234da..27bc44c2c 100644
--- a/libc/option-groups.def
+++ b/libc/option-groups.def
@@ -531,6 +531,22 @@ config OPTION_EGLIBC_SPAWN
disabled, those programs will only operate on uncompressed
charmap files.
+config OPTION_EGLIBC_STREAMS
+ bool "Support for accessing STREAMS."
+ help
+ This option group includes functions for reading and writing
+ messages to and from STREAMS. The STREAMS interface provides a
+ uniform mechanism for implementing networking services and other
+ character-based I/O. (STREAMS are not to be confused with
+ <stdio.h> FILE objects, also called 'streams'.)
+
+ This option group includes the following functions:
+
+ getmsg putpmsg
+ getpmsg fattach
+ isastream fdetach
+ putmsg
+
config OPTION_EGLIBC_SUNRPC
bool "Support for the Sun 'RPC' protocol."
depends OPTION_EGLIBC_INET