Mercurial > hg > octave-lojdl > gnulib-hg
view modules/getsockname @ 11551:957a85702f2b
Fix test-file-has-acl on FreeBSD.
author | David Bartley <dtbartle@csclub.uwaterloo.ca> |
---|---|
date | Mon, 04 May 2009 12:19:25 +0200 |
parents | 01f3623813da |
children | efab6978105e |
line wrap: on
line source
Description: getsockname() function: return information about the local end of a connected socket. Files: lib/getsockname.c lib/w32sock.h Depends-on: sys_socket errno configure.ac: AC_REQUIRE([gl_HEADER_SYS_SOCKET]) if test "$ac_cv_header_winsock2_h" = yes; then AC_LIBOBJ([getsockname]) fi gl_SYS_SOCKET_MODULE_INDICATOR([getsockname]) Makefile.am: Include: <sys/socket.h> License: LGPLv2+ Maintainer: Paolo Bonzini, Simon Josefsson