Mercurial > hg > octave-lojdl > gnulib-hg
view modules/accept @ 12800:7216e2b4056f
Tests for module 'logb'.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Mon, 25 Jan 2010 02:11:59 +0100 |
parents | 01f3623813da |
children | efab6978105e |
line wrap: on
line source
Description: accept() function: accept a connection to a server socket. Files: lib/accept.c lib/w32sock.h Depends-on: sys_socket errno configure.ac: AC_REQUIRE([gl_HEADER_SYS_SOCKET]) if test "$ac_cv_header_winsock2_h" = yes; then AC_LIBOBJ([accept]) fi gl_SYS_SOCKET_MODULE_INDICATOR([accept]) Makefile.am: Include: <sys/socket.h> License: LGPLv2+ Maintainer: Paolo Bonzini, Simon Josefsson