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 #if HAVE_SYS_SOCKET_H # include #elif HAVE_WS2TCPIP_H # include #endif License: unlimited Maintainer: Simon Josefsson