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:
#if HAVE_UTMPX_H || HAVE_UTMP_H
#include "readutmp.h"
#endif

License:
GPL

Maintainer:
Jim Meyering & Paul Eggert
