From 46b44d5f433764fb7976da47f449b35d31b04098 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Sun, 6 Dec 2020 21:07:44 +0000 Subject: Prepare for 0.1.0.0; don't install utmpx.h by default New --enable-libc-includes configure option to overwrite the system utmpx.h --- doc/libutmps/index.html | 25 ++++++++++++++++++++++--- 1 file changed, 22 insertions(+), 3 deletions(-) (limited to 'doc/libutmps') diff --git a/doc/libutmps/index.html b/doc/libutmps/index.html index f2fb86f..dc41fda 100644 --- a/doc/libutmps/index.html +++ b/doc/libutmps/index.html @@ -35,6 +35,17 @@ interface, which in utmps is implemented as a series of thin wrappers around the utmps library.

+

+ A suitable utmpx.h header can be found in the utmps/ +subdirectory of +the header installation directory; if the --enable-libc-includes +option has been given to configure, it can also be found directly +in that directory. (Example: /usr/include/utmps/utmpz.h is +always installed, but if the option has been given at nsss build time, +/usr/include/utmpx.h is also installed and replaces the +version provided by the libc.) +

+

Compiling

Linking

-- cgit v1.3.1