summaryrefslogtreecommitdiff
path: root/modules/inet_ntop
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2005-05-09 15:15:14 +0000
committerBruno Haible <bruno@clisp.org>2005-05-09 15:15:14 +0000
commitf74678545ef70a55cc08b1b06380fba3116ebf4a (patch)
treeebc1245dfcc52eee07a6017f49d7df186b817b8f /modules/inet_ntop
parent972bcf1cffcbd45bc7f7dcf541d8a6c332fa41cf (diff)
downloadgnulib-f74678545ef70a55cc08b1b06380fba3116ebf4a.tar.gz
New module 'inet_ntop'.
Diffstat (limited to 'modules/inet_ntop')
-rw-r--r--modules/inet_ntop25
1 files changed, 25 insertions, 0 deletions
diff --git a/modules/inet_ntop b/modules/inet_ntop
new file mode 100644
index 0000000000..1b793e85c1
--- /dev/null
+++ b/modules/inet_ntop
@@ -0,0 +1,25 @@
+Description:
+Convert internet address from internal to printable, presentable format.
+
+Files:
+lib/inet_ntop.h
+lib/inet_ntop.c
+m4/inet_ntop.m4
+m4/sockpfaf.m4
+
+Depends-on:
+
+configure.ac:
+gl_INET_NTOP
+
+Makefile.am:
+lib_SOURCES += inet_ntop.h
+
+License:
+LGPL
+
+Include:
+"inet_ntop.h"
+
+Maintainer:
+Yoann Vandoorselaere, glibc