diff options
Diffstat (limited to 'gl/m4/socklen.m4')
-rw-r--r-- | gl/m4/socklen.m4 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gl/m4/socklen.m4 b/gl/m4/socklen.m4 index 5e3765a..b755757 100644 --- a/gl/m4/socklen.m4 +++ b/gl/m4/socklen.m4 | |||
@@ -1,5 +1,5 @@ | |||
1 | # socklen.m4 serial 4 | 1 | # socklen.m4 serial 6 |
2 | dnl Copyright (C) 2005, 2006 Free Software Foundation, Inc. | 2 | dnl Copyright (C) 2005, 2006, 2007 Free Software Foundation, Inc. |
3 | dnl This file is free software; the Free Software Foundation | 3 | dnl This file is free software; the Free Software Foundation |
4 | dnl gives unlimited permission to copy and/or distribute it, | 4 | dnl gives unlimited permission to copy and/or distribute it, |
5 | dnl with or without modifications, as long as this notice is preserved. | 5 | dnl with or without modifications, as long as this notice is preserved. |
@@ -12,14 +12,14 @@ dnl types for the argument to getsockopt, getpeername, etc. So we | |||
12 | dnl have to test to find something that will work. | 12 | dnl have to test to find something that will work. |
13 | 13 | ||
14 | dnl On mingw32, socklen_t is in ws2tcpip.h ('int'), so we try to find | 14 | dnl On mingw32, socklen_t is in ws2tcpip.h ('int'), so we try to find |
15 | dnl it there first. That file is included by gnulib's socket_.h, which | 15 | dnl it there first. That file is included by gnulib's sys_socket.in.h, which |
16 | dnl all users of this module should include. Cygwin must not include | 16 | dnl all users of this module should include. Cygwin must not include |
17 | dnl ws2tcpip.h. | 17 | dnl ws2tcpip.h. |
18 | AC_DEFUN([gl_TYPE_SOCKLEN_T], | 18 | AC_DEFUN([gl_TYPE_SOCKLEN_T], |
19 | [AC_REQUIRE([gl_HEADER_SYS_SOCKET])dnl | 19 | [AC_REQUIRE([gl_HEADER_SYS_SOCKET])dnl |
20 | AC_CHECK_TYPE([socklen_t], , | 20 | AC_CHECK_TYPE([socklen_t], , |
21 | [AC_MSG_CHECKING([for socklen_t equivalent]) | 21 | [AC_MSG_CHECKING([for socklen_t equivalent]) |
22 | AC_CACHE_VAL([gl_cv_gl_cv_socklen_t_equiv], | 22 | AC_CACHE_VAL([gl_cv_socklen_t_equiv], |
23 | [# Systems have either "struct sockaddr *" or | 23 | [# Systems have either "struct sockaddr *" or |
24 | # "void *" as the second argument to getpeername | 24 | # "void *" as the second argument to getpeername |
25 | gl_cv_socklen_t_equiv= | 25 | gl_cv_socklen_t_equiv= |