Use an all-permissive copyright notice, recommended by RMS.
[gnulib.git] / m4 / getaddrinfo.m4
1 # getaddrinfo.m4 serial 2
2 dnl Copyright (C) 2004 Free Software Foundation, Inc.
3 dnl This file is free software; the Free Software Foundation
4 dnl gives unlimited permission to copy and/or distribute it,
5 dnl with or without modifications, as long as this notice is preserved.
6
7 AC_DEFUN([gl_GETADDRINFO],
8 [
9   AC_REPLACE_FUNCS(getaddrinfo)
10   gl_PREREQ_GETADDRINFO
11 ])
12
13 # Prerequisites of lib/getaddrinfo.h and lib/getaddrinfo.c.
14 AC_DEFUN([gl_PREREQ_GETADDRINFO], [
15   AC_REQUIRE([gl_C_RESTRICT])
16   AC_REQUIRE([gl_SOCKET_FAMILIES])
17   AC_REQUIRE([AC_C_INLINE])
18 ])