summaryrefslogtreecommitdiff
path: root/modules/readutmp
blob: 2a4a4ffc6839f6f84edd8bbb9f687263c4df7f3a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
Description:
Read entire utmp file into memory.

Files:
lib/readutmp.h
lib/readutmp.c
m4/readutmp.m4

Depends-on:
extensions
xalloc
stdbool
stdint
fopen-gnu
unlocked-io-internal

configure.ac:
gl_READUTMP
gl_CONDITIONAL([GL_COND_OBJ_READUTMP],
               [test $ac_cv_header_utmp_h = yes || test $ac_cv_header_utmpx_h = yes])

Makefile.am:
if GL_COND_OBJ_READUTMP
lib_SOURCES += readutmp.c
endif

Include:
"readutmp.h"

License:
GPL

Maintainer:
Jim Meyering & Paul Eggert