test-framework-sh: Fix side effect on dfa tests (regression 2024-06-11).
[gnulib.git] / modules / accept
blob483b5364ec70557f6ee1480a776147c2d884614a
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_SYS_SOCKET_H])
17 gl_CONDITIONAL([GL_COND_OBJ_ACCEPT], [test "$ac_cv_header_winsock2_h" = yes])
18 gl_SYS_SOCKET_MODULE_INDICATOR([accept])
20 Makefile.am:
21 if GL_COND_OBJ_ACCEPT
22 lib_SOURCES += accept.c
23 endif
25 Include:
26 <sys/socket.h>
28 Link:
29 $(LIBSOCKET)
31 License:
32 LGPLv2+
34 Maintainer:
35 Paolo Bonzini, Simon Josefsson