diff modules/getaddrinfo @ 5408:02eeb2ef41ed

Add getaddrinfo.
author Simon Josefsson <simon@josefsson.org>
date Wed, 10 Nov 2004 14:53:00 +0000
parents
children 5fd1d2c43cd0
line wrap: on
line diff
new file mode 100644
--- /dev/null
+++ b/modules/getaddrinfo
@@ -0,0 +1,26 @@
+Description:
+Get address information.
+
+Files:
+lib/getaddrinfo.h
+lib/getaddrinfo.c
+lib/gai_strerror.c
+m4/getaddrinfo.m4
+m4/sockpfaf.m4
+
+Depends-on:
+restrict
+gettext
+stdbool
+
+configure.ac:
+gl_GETADDRINFO
+
+Makefile.am:
+lib_SOURCES += getaddrinfo.h
+
+Include:
+"getaddrinfo.h"
+
+Maintainer:
+Simon Josefsson