view modules/socklen @ 40186:8964917f9574

autoupdate
author Karl Berry <karl@freefriends.org>
date Mon, 18 Feb 2019 08:02:49 -0800
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