strtoul: remove dependency on strtol
[pspp] / modules / inet_ntop
index 76ff39da7972f806de5830b4193123a2cbb4d70b..3b00b62a08b627fc85924c86fb2a467dde14495a 100644 (file)
@@ -6,7 +6,6 @@ lib/inet_ntop.c
 m4/inet_ntop.m4
 
 Depends-on:
-socklen
 sys_socket
 arpa_inet
 errno
@@ -14,7 +13,7 @@ netinet_in
 extensions
 
 configure.ac:
-gl_INET_NTOP
+gl_FUNC_INET_NTOP
 gl_ARPA_INET_MODULE_INDICATOR([inet_ntop])
 
 Makefile.am:
@@ -23,7 +22,10 @@ License:
 LGPLv2+
 
 Include:
-#include <arpa/inet.h>
+<arpa/inet.h>
+
+Link:
+$(INET_NTOP_LIB)
 
 Maintainer:
 Yoann Vandoorselaere, glibc