summaryrefslogtreecommitdiff
path: root/modules/select
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2008-10-05 17:20:58 +0200
committerBruno Haible <bruno@clisp.org>2008-10-05 17:20:58 +0200
commit23c6fc446a93d098c9e531234af635316a4386ef (patch)
tree1b8fdb9e78f7156fcb0ce9fa9cafc75718c70db3 /modules/select
parentf480ad7b0d2c0cf0e48f6dcd50f31d97d893708c (diff)
downloadgnulib-23c6fc446a93d098c9e531234af635316a4386ef.tar.gz
New module 'select'.
Diffstat (limited to 'modules/select')
-rw-r--r--modules/select27
1 files changed, 27 insertions, 0 deletions
diff --git a/modules/select b/modules/select
new file mode 100644
index 0000000000..647dc05470
--- /dev/null
+++ b/modules/select
@@ -0,0 +1,27 @@
+Description:
+select() function: synchronous I/O multiplexing.
+
+Files:
+lib/winsock-select.c
+
+Depends-on:
+alloca
+sys_select
+
+configure.ac:
+AC_REQUIRE([gl_HEADER_SYS_SELECT])
+if test "$ac_cv_header_winsock2_h" = yes; then
+ AC_LIBOBJ([winsock-select])
+fi
+gl_SYS_SELECT_MODULE_INDICATOR([select])
+
+Makefile.am:
+
+Include:
+#include <sys/select.h>
+
+License:
+LGPLv2+
+
+Maintainer:
+Simon Josefsson