Displaying 1 result from an estimated 1 matches for "with_lastlog".
1999 Dec 27
1
More patches to fix NetBSD compiling
...; confdefs.h <<\EOF
+#define HAVE_TYPE_IN_UTMP 1
+EOF
+ echo "$ac_t""yes" 1>&6; 
+else
+  rm -rf conftest*
+  echo "$ac_t""no" 1>&6
+
+fi
+rm -f conftest*
+
 
 # Check whether --with-lastlog or --without-lastlog was given.
 if test "${with_lastlog+set}" = set; then
--- acconfig.h.orig	Mon Dec 27 09:17:11 1999
+++ acconfig.h	Mon Dec 27 09:18:09 1999
@@ -33,6 +33,12 @@
 /* Define is utmpx.h has a syslen field */
 #undef HAVE_SYSLEN_IN_UTMPX
 
+/* Define is utmp.h has a ut_pid field */
+#undef HAVE_PID_IN_UTMP
+
+/* Define is utmp.h has a...