view modules/socklen @ 40196:e63f5d3edab5

relocatable-prog: Update documentation. * doc/relocatable-maint.texi (Supporting Relocation): Update to match the recent changes.
author Bruno Haible <bruno@clisp.org>
date Sun, 24 Feb 2019 01:49:15 +0100
parents 2081227303c5
children
line wrap: on
line source

Description:
Declare socklen_t in config.h if the system doesn't have it.

Files:
m4/socklen.m4

Depends-on:

configure.ac:
gl_TYPE_SOCKLEN_T

Makefile.am:

Include:
#include <sys/types.h>
#if HAVE_SYS_SOCKET_H
# include <sys/socket.h>
#elif HAVE_WS2TCPIP_H
# include <ws2tcpip.h>
#endif

License:
unlimited

Maintainer:
Simon Josefsson