mirror of
https://github.com/coreutils/coreutils.git
synced 2024-11-24 02:17:22 +08:00
(gl_PREREQ_GETADDRINFO): Require gl_SOCKLEN_T.
This commit is contained in:
parent
a6821efce3
commit
ee0d6b604c
@ -1,4 +1,4 @@
|
||||
# getaddrinfo.m4 serial 4
|
||||
# getaddrinfo.m4 serial 5
|
||||
dnl Copyright (C) 2004, 2005 Free Software Foundation, Inc.
|
||||
dnl This file is free software; the Free Software Foundation
|
||||
dnl gives unlimited permission to copy and/or distribute it,
|
||||
@ -13,6 +13,7 @@ AC_DEFUN([gl_GETADDRINFO],
|
||||
|
||||
# Prerequisites of lib/getaddrinfo.h and lib/getaddrinfo.c.
|
||||
AC_DEFUN([gl_PREREQ_GETADDRINFO], [
|
||||
AC_REQUIRE([gl_SOCKLEN_T])
|
||||
AC_REQUIRE([gl_C_RESTRICT])
|
||||
AC_REQUIRE([gl_SOCKET_FAMILIES])
|
||||
AC_REQUIRE([AC_C_INLINE])
|
||||
|
Loading…
Reference in New Issue
Block a user