strtoumax: fix typo in previous commit.
[gnulib.git] / modules / readutmp
1 Description:
2 Read entire utmp file into memory.
3
4 Files:
5 lib/readutmp.h
6 lib/readutmp.c
7 m4/readutmp.m4
8
9 Depends-on:
10 extensions
11 xalloc
12 stdbool
13 stdint
14
15 configure.ac:
16 gl_READUTMP
17 if test $ac_cv_header_utmp_h = yes || test $ac_cv_header_utmpx_h = yes; then
18   AC_LIBOBJ([readutmp])
19 fi
20
21 Makefile.am:
22
23 Include:
24 "readutmp.h"
25
26 License:
27 GPL
28
29 Maintainer:
30 Jim Meyering & Paul Eggert