8009b2d505
- Fix utmpx on current [2] PR: ports/149243 [1] Submitted by: Olivier Cochard-labbé <olivier _at_ cochard.me> [1] Tested by: gahr@ Approved by: rene@ (mentor vacation) Obtained from: upstream svn [2]
15 lines
442 B
C
15 lines
442 B
C
--- ./config.h.in.orig 2009-11-21 23:47:44.000000000 +0100
|
|
+++ ./config.h.in 2010-08-12 14:11:16.292619989 +0200
|
|
@@ -105,6 +105,12 @@
|
|
/* Define to 1 if you have the <utmp.h> header file. */
|
|
#undef HAVE_UTMP_H
|
|
|
|
+/* Define to 1 if you have support for updwtmp */
|
|
+#undef HAVE_UPDWTMP
|
|
+
|
|
+/* Define to 1 if you have support for updwtmpx */
|
|
+#undef HAVE_UPDWTMPX
|
|
+
|
|
/* Define to 1 if zlib development files are installed */
|
|
#undef HAVE_ZLIB
|
|
|