Don't insist on 'long long int' support in the preprocessor. It
[gnulib.git] / modules / unistd-safer
index a3146bc..4f167e4 100644 (file)
@@ -2,8 +2,11 @@ Description:
 File descriptor functions that avoid clobbering STD{IN,OUT,ERR}_FILENO.
 
 Files:
-lib/unistd-safer.h
+lib/unistd--.h
 lib/dup-safer.c
+lib/fd-safer.c
+lib/pipe-safer.c
+lib/unistd-safer.h
 m4/unistd-safer.m4
 
 Depends-on:
@@ -12,8 +15,12 @@ configure.ac:
 gl_UNISTD_SAFER
 
 Makefile.am:
-lib_SOURCES += unistd-safer.h dup-safer.c
 
 Include:
 "unistd-safer.h"
 
+License:
+GPL
+
+Maintainer:
+Paul Eggert, Jim Meyering