Sync usage with man page.
[netbsd-mini2440.git] / external / gpl2 / xcvs / dist / m4 / getaddrinfo.m4
blob4bc9f671982775326dc19fd25ff296f0e46e2c38
1 # getaddrinfo.m4 serial 3
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.
7 AC_DEFUN([gl_GETADDRINFO],
9   AC_SEARCH_LIBS(getaddrinfo, nsl socket)
10   AC_REPLACE_FUNCS(getaddrinfo gai_strerror)
11   gl_PREREQ_GETADDRINFO
14 # Prerequisites of lib/getaddrinfo.h and lib/getaddrinfo.c.
15 AC_DEFUN([gl_PREREQ_GETADDRINFO], [
16   AC_REQUIRE([gl_C_RESTRICT])
17   AC_REQUIRE([gl_SOCKET_FAMILIES])
18   AC_REQUIRE([AC_C_INLINE])