mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-17 12:41:05 +03:00
* modules/sys_socket, modules/socklen: Include sys/types since FreeBSD 4.x's sys/socket.h needs it.
24 lines
273 B
Plaintext
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
|