summaryrefslogtreecommitdiff
path: root/gnulib/modules/readutmp
diff options
context:
space:
mode:
Diffstat (limited to 'gnulib/modules/readutmp')
m---------gnulib0
-rw-r--r--gnulib/modules/readutmp30
2 files changed, 30 insertions, 0 deletions
diff --git a/gnulib b/gnulib
deleted file mode 160000
-Subproject 443bc5ffcf7429e557f4a371b0661abe98ddbc1
diff --git a/gnulib/modules/readutmp b/gnulib/modules/readutmp
new file mode 100644
index 0000000..51f6290
--- /dev/null
+++ b/gnulib/modules/readutmp
@@ -0,0 +1,30 @@
+Description:
+Read entire utmp file into memory.
+
+Files:
+lib/readutmp.h
+lib/readutmp.c
+m4/readutmp.m4
+
+Depends-on:
+extensions
+xalloc
+stdbool
+stdint
+
+configure.ac:
+gl_READUTMP
+if test $ac_cv_header_utmp_h = yes || test $ac_cv_header_utmpx_h = yes; then
+ AC_LIBOBJ([readutmp])
+fi
+
+Makefile.am:
+
+Include:
+"readutmp.h"
+
+License:
+GPL
+
+Maintainer:
+Jim Meyering & Paul Eggert