Mercurial > hg > octave-nkf > gnulib-hg
view modules/getsockopt @ 13415:a884db63982b
Avoid some more warnings from "gcc -Wwrite-strings".
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Fri, 11 Jun 2010 21:17:11 +0200 |
parents | c02a0fe7bcc4 |
children | a17068cb741d |
line wrap: on
line source
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