1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-08-17 12:41:05 +03:00
Files
gnulib/modules/socklen
Simon Josefsson 392a1c1608 2006-06-19 Yoann Vandoorselaere <yoann.v@prelude-ids.com>
* modules/sys_socket, modules/socklen: Include sys/types since
	FreeBSD 4.x's sys/socket.h needs it.
2006-06-19 11:18:39 +00:00

24 lines
273 B
Plaintext

Description:
Declare socklen_t in config.h if the system doesn't have it.
Files:
m4/socklen.m4
Depends-on:
sys_socket
configure.ac:
gl_TYPE_SOCKLEN_T
Makefile.am:
Include:
#include <sys/types.h>
#include <sys/socket.h>
License:
unlimited
Maintainer:
Simon Josefsson