Add script for determining the set of symbols to export from a library.
[gnulib.git] / modules / accept
blobb997566d572c86e074035b75442e6f070fdb13a4
1 Description:
2 accept() function: accept a connection to a server socket.
4 Files:
5 lib/accept.c
6 lib/w32sock.h
8 Depends-on:
9 extensions
10 sys_socket
11 socketlib
12 errno           [test "$ac_cv_header_winsock2_h" = yes]
13 msvc-nothrow    [test "$ac_cv_header_winsock2_h" = yes]
15 configure.ac:
16 AC_REQUIRE([gl_HEADER_SYS_SOCKET])
17 if test "$ac_cv_header_winsock2_h" = yes; then
18   AC_LIBOBJ([accept])
20 gl_SYS_SOCKET_MODULE_INDICATOR([accept])
22 Makefile.am:
24 Include:
25 <sys/socket.h>
27 Link:
28 $(LIBSOCKET)
30 License:
31 LGPLv2+
33 Maintainer:
34 Paolo Bonzini, Simon Josefsson