view modules/readutmp @ 17933:7dd80fb0f8e2 master

uniwbrk/u32-wordbreaks-tests: fix copyright * tests/uniwbrk/test-uc-wordbreaks.c: Fix copyright date.
author Paul Eggert <eggert@cs.ucla.edu>
date Mon, 23 Feb 2015 15:52:58 -0800
parents 19b4041d8566
children
line wrap: on
line source

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