mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-09-02 15:41:25 +03:00
31 lines
434 B
Plaintext
31 lines
434 B
Plaintext
Description:
|
|
getsockopt() function: retrieve optional settings on a socket.
|
|
|
|
Files:
|
|
lib/getsockopt.c
|
|
lib/w32sock.h
|
|
|
|
Depends-on:
|
|
sys_socket
|
|
sys_time
|
|
socklen
|
|
errno
|
|
|
|
configure.ac:
|
|
AC_REQUIRE([gl_HEADER_SYS_SOCKET])
|
|
if test "$ac_cv_header_winsock2_h" = yes; then
|
|
AC_LIBOBJ([getsockopt])
|
|
fi
|
|
gl_SYS_SOCKET_MODULE_INDICATOR([getsockopt])
|
|
|
|
Makefile.am:
|
|
|
|
Include:
|
|
<sys/socket.h>
|
|
|
|
License:
|
|
LGPLv2+
|
|
|
|
Maintainer:
|
|
Paolo Bonzini, Simon Josefsson
|