* libmisc/utmp.c: Replace HAVE_UTMPX_H by USE_UTMPX.

* libmisc/utmp.c: Removed old comment on HAVE_STRUCT_UTMP_UT_ID
	and UTMPX support.
This commit is contained in:
nekral-guest
2009-04-27 20:06:25 +00:00
parent 13b74243a6
commit 80fd2969c9
2 changed files with 15 additions and 18 deletions

View File

@@ -3,6 +3,9 @@
* NEWS, configure.in: Added configure option --enable-utmpx,
disabled by default. This defines USE_UTMPX, which should be used
instead of HAVE_UTMPX_H.
* libmisc/utmp.c: Replace HAVE_UTMPX_H by USE_UTMPX.
* libmisc/utmp.c: Removed old comment on HAVE_STRUCT_UTMP_UT_ID
and UTMPX support.
2009-04-27 Nicolas François <nicolas.francois@centraliens.net>