gnulib-tool.py: Regenerate aclocal.m4 before using 'autoconf -t ...'.
[gnulib.git] / modules / setsockopt
blob1b1bdad0697ebe7ee996cf5a28644f5aa6ac3693
1 Description:
2 setsockopt() function: specify optional settings on a socket.
4 Files:
5 lib/setsockopt.c
6 lib/w32sock.h
8 Depends-on:
9 sys_socket
10 socketlib
11 sys_time        [test "$ac_cv_header_winsock2_h" = yes]
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_SETSOCKOPT],
18                [test "$ac_cv_header_winsock2_h" = yes])
19 gl_SYS_SOCKET_MODULE_INDICATOR([setsockopt])
21 Makefile.am:
22 if GL_COND_OBJ_SETSOCKOPT
23 lib_SOURCES += setsockopt.c
24 endif
26 Include:
27 <sys/socket.h>
29 Link:
30 $(LIBSOCKET)
32 License:
33 LGPLv2+
35 Maintainer:
36 Paolo Bonzini, Simon Josefsson