Mercurial > hg > octave-shane > gnulib-hg
changeset 8741:a2148af6f0e5
Renamed socket_.h to sys_socket_.h.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Fri, 27 Apr 2007 18:24:50 +0000 |
parents | d3c02a847d01 |
children | 72581cf4dda3 |
files | lib/.cppi-disable m4/socklen.m4 |
diffstat | 2 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lib/.cppi-disable +++ b/lib/.cppi-disable @@ -29,12 +29,12 @@ regex.h regex_internal.c regex_internal.h -socket_.h stat-time.h stdbool_.h stdint_.h strnlen1.h strtoul.c +sys_socket_.h time_r.h utimecmp.h vasnprintf.h
--- a/m4/socklen.m4 +++ b/m4/socklen.m4 @@ -12,7 +12,7 @@ dnl have to test to find something that will work. dnl On mingw32, socklen_t is in ws2tcpip.h ('int'), so we try to find -dnl it there first. That file is included by gnulib's socket_.h, which +dnl it there first. That file is included by gnulib's sys_socket_.h, which dnl all users of this module should include. Cygwin must not include dnl ws2tcpip.h. AC_DEFUN([gl_TYPE_SOCKLEN_T],