diffseq: port to GCC 14.2.1 in ‘patch’
[gnulib.git] / modules / readutmp
blob01270991876e5cc36823c5b5469d635f3ed0305a
1 Description:
2 Read entire utmp file into memory.
4 Files:
5 lib/readutmp.h
6 lib/readutmp.c
7 lib/boot-time-aux.h
8 m4/readutmp.m4
9 m4/systemd.m4
11 Depends-on:
12 extensions
13 idx
14 stat-time
15 gettimeofday
16 stdbool
17 stdint
18 strnlen
19 time-h
20 unlocked-io-internal
21 xalloc
23 configure.ac:
24 gl_READUTMP
26 Makefile.am:
27 lib_SOURCES += readutmp.c
29 Include:
30 "readutmp.h"
32 Link:
33 $(READUTMP_LIB)
35 License:
36 GPL
38 Maintainer:
39 Jim Meyering & Paul Eggert