repo.or.cz
/
gnulib.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Do the Windows oldnames workaround through the C++ GNULIB_NAMESPACE.
[gnulib.git]
/
modules
/
readutmp
blob
e88897c999a9ffd8141dc7d8f65fafd922a8ece8
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
fopen-gnu
15
16
configure.ac:
17
gl_READUTMP
18
if test $ac_cv_header_utmp_h = yes || test $ac_cv_header_utmpx_h = yes; then
19
AC_LIBOBJ([readutmp])
20
fi
21
22
Makefile.am:
23
24
Include:
25
"readutmp.h"
26
27
License:
28
GPL
29
30
Maintainer:
31
Jim Meyering & Paul Eggert