Mercurial > hg > octave-nkf > gnulib-hg
annotate modules/readutmp @ 10778:ddc567d280d1
Treat Haiku like BeOS.
author | Ingo Weinhold <ingo_weinhold@gmx.de> |
---|---|
date | Mon, 10 Nov 2008 12:30:58 +0100 |
parents | daf5ba9fe2d9 |
children | 5442b2430859 |
rev | line source |
---|---|
4110 | 1 Description: |
4172 | 2 Read entire utmp file into memory. |
4110 | 3 |
4 Files: | |
5 lib/readutmp.h | |
6 lib/readutmp.c | |
7 m4/readutmp.m4 | |
8 | |
9 Depends-on: | |
9209
5a0294ce5372
Track CVS Autoconf on AC_USE_SYSTEM_EXTENSIONS.
Eric Blake <ebb9@byu.net>
parents:
7497
diff
changeset
|
10 extensions |
4110 | 11 xalloc |
5820
aec0a1f23054
(Depends-on): Add stdbool.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5722
diff
changeset
|
12 stdbool |
4110 | 13 |
14 configure.ac: | |
15 gl_READUTMP | |
16 | |
17 Makefile.am: | |
18 | |
19 Include: | |
20 "readutmp.h" | |
21 | |
5251
42b53a22aee5
Add a license tag to every module.
Bruno Haible <bruno@clisp.org>
parents:
4197
diff
changeset
|
22 License: |
42b53a22aee5
Add a license tag to every module.
Bruno Haible <bruno@clisp.org>
parents:
4197
diff
changeset
|
23 GPL |
42b53a22aee5
Add a license tag to every module.
Bruno Haible <bruno@clisp.org>
parents:
4197
diff
changeset
|
24 |
4197 | 25 Maintainer: |
6543
5a11f99ddbc7
* modules/readutmp (Maintainer): Add Paul Eggert.
Paul Eggert <eggert@cs.ucla.edu>
parents:
6538
diff
changeset
|
26 Jim Meyering & Paul Eggert |