From f74678545ef70a55cc08b1b06380fba3116ebf4a Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Mon, 9 May 2005 15:15:14 +0000 Subject: New module 'inet_ntop'. --- m4/inet_ntop.m4 | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 m4/inet_ntop.m4 (limited to 'm4/inet_ntop.m4') diff --git a/m4/inet_ntop.m4 b/m4/inet_ntop.m4 new file mode 100644 index 0000000000..fea429e74b --- /dev/null +++ b/m4/inet_ntop.m4 @@ -0,0 +1,16 @@ +# inet_ntop.m4 serial 1 +dnl Copyright (C) 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, +dnl with or without modifications, as long as this notice is preserved. + +AC_DEFUN([gl_INET_NTOP], +[ + AC_REPLACE_FUNCS(inet_ntop) + gl_PREREQ_INET_NTOP +]) + +# Prerequisites of lib/inet_ntop.h and lib/inet_ntop.c. +AC_DEFUN([gl_PREREQ_INET_NTOP], [ + AC_REQUIRE([gl_SOCKET_FAMILIES]) +]) -- cgit v1.2.1