Move getline and getdelim into stdio.h, per POSIX 200x.
[pspp] / modules / getdelim
index a635ccb6d3238a5e4675ca17c371b28ae7609cf2..3c70791940688758e41ed4dd37c3123219ca5d8e 100644 (file)
@@ -2,22 +2,23 @@ Description:
 Read character delimited data from a stream.
 
 Files:
-lib/getdelim.h
 lib/getdelim.c
 m4/getdelim.m4
 
 Depends-on:
+stdio
 
 configure.ac:
 gl_FUNC_GETDELIM
+gl_STDIO_MODULE_INDICATOR([getdelim])
 
 Makefile.am:
 
 Include:
-"getdelim.h"
+<stdio.h>
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 Simon Josefsson